projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec0dd26
)
sunrpc: use dprint_status() macro in call_decode()
author
Vasily Averin
<vvs@sw.ru>
Wed, 1 Jun 2011 12:23:59 +0000
(16:23 +0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 12 Jul 2011 17:40:26 +0000
(13:40 -0400)
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>
net/sunrpc/clnt.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/clnt.c
b/net/sunrpc/clnt.c
index 8c9141583d6f135714eac27c100e4bc9c3426631..64c3fe11aff6dd63e3bdfb2d44c55dd565064882 100644
(file)
--- 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)