diff options
author | Vasily Averin <vvs@sw.ru> | 2011-06-01 08:23:59 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-12 13:40:26 -0400 |
commit | 726fd6ad59f73bd116b6a22d701db078183673c8 (patch) | |
tree | 448ae102e4639ba5765a6e0ea1f2cc37e0ee32a1 /net | |
parent | ec0dd267bf7d08cb30e321e45a75fd40edd7e528 (diff) |
sunrpc: use dprint_status() macro in call_decode()
common dprint_status() macro is used in all callbacks but not in call_decode()
Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net')
-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) |