diff options
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r-- | net/sunrpc/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 3c773c53e12e..c98873f39aec 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -847,7 +847,7 @@ void rpc_init_task(struct rpc_task *task, struct rpc_clnt *clnt, int flags, cons | |||
847 | task->tk_start = jiffies; | 847 | task->tk_start = jiffies; |
848 | 848 | ||
849 | dprintk("RPC: new task initialized, procpid %u\n", | 849 | dprintk("RPC: new task initialized, procpid %u\n", |
850 | current->pid); | 850 | task_pid_nr(current)); |
851 | } | 851 | } |
852 | 852 | ||
853 | static struct rpc_task * | 853 | static struct rpc_task * |