diff options
-rw-r--r-- | net/sunrpc/clnt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 8c9141583d6f..64c3fe11aff6 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -1551,8 +1551,7 @@ call_decode(struct rpc_task *task) | |||
1551 | kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; | 1551 | kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; |
1552 | __be32 *p; | 1552 | __be32 *p; |
1553 | 1553 | ||
1554 | dprintk("RPC: %5u call_decode (status %d)\n", | 1554 | dprint_status(task); |
1555 | task->tk_pid, task->tk_status); | ||
1556 | 1555 | ||
1557 | if (task->tk_flags & RPC_CALL_MAJORSEEN) { | 1556 | if (task->tk_flags & RPC_CALL_MAJORSEEN) { |
1558 | if (clnt->cl_chatty) | 1557 | if (clnt->cl_chatty) |