HFI1: don't print at open() time

This commit is contained in:
Balazs Gerofi
2017-10-17 10:07:35 +09:00
parent 2900ce20f7
commit 79f9a2d31a

View File

@ -487,7 +487,7 @@ long do_syscall(struct syscall_request *req, int cpu, int pid)
extern void hfi1_txreq_prealloc(void);
thread->proc->fd_priv_table[rc] = res.private_data;
kprintf("%s: PID: %d, open fd: %d, filename: "
dkprintf("%s: PID: %d, open fd: %d, filename: "
"%s, private_data: 0x%lx\n",
__FUNCTION__, thread->proc->pid,
rc, req->args[0], res.private_data);