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>
This commit is contained in:
Родитель
ec0dd267bf
Коммит
726fd6ad59
|
@ -1551,8 +1551,7 @@ call_decode(struct rpc_task *task)
|
||||||
kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode;
|
kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode;
|
||||||
__be32 *p;
|
__be32 *p;
|
||||||
|
|
||||||
dprintk("RPC: %5u call_decode (status %d)\n",
|
dprint_status(task);
|
||||||
task->tk_pid, task->tk_status);
|
|
||||||
|
|
||||||
if (task->tk_flags & RPC_CALL_MAJORSEEN) {
|
if (task->tk_flags & RPC_CALL_MAJORSEEN) {
|
||||||
if (clnt->cl_chatty)
|
if (clnt->cl_chatty)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче