summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVasily Averin <vvs@sw.ru>2011-06-01 16:23:59 +0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-07-12 13:40:26 -0400
commit726fd6ad59f73bd116b6a22d701db078183673c8 (patch)
tree448ae102e4639ba5765a6e0ea1f2cc37e0ee32a1 /net
parentec0dd267bf7d08cb30e321e45a75fd40edd7e528 (diff)
downloadop-kernel-dev-726fd6ad59f73bd116b6a22d701db078183673c8.zip
op-kernel-dev-726fd6ad59f73bd116b6a22d701db078183673c8.tar.gz
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 8c91415..64c3fe1 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -1551,8 +1551,7 @@ call_decode(struct rpc_task *task)
kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode;
__be32 *p;
- dprintk("RPC: %5u call_decode (status %d)\n",
- task->tk_pid, task->tk_status);
+ dprint_status(task);
if (task->tk_flags & RPC_CALL_MAJORSEEN) {
if (clnt->cl_chatty)
OpenPOWER on IntegriCloud