Skip to content

Commit

Permalink
sunrpc: use dprint_status() macro in call_decode()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vasily Averin authored and Trond Myklebust committed Jul 12, 2011
1 parent ec0dd26 commit 726fd6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 726fd6a

Please sign in to comment.