提交 3b12cd98 编写于 作者: J J. Bruce Fields

nfsd: add dprintk of compound return

We already print each operation of the compound when debugging is turned
on; printing the result could also help with remote debugging.
Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
上级 b55e0ba1
...@@ -952,6 +952,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, ...@@ -952,6 +952,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
out: out:
nfsd4_release_compoundargs(args); nfsd4_release_compoundargs(args);
cstate_free(cstate); cstate_free(cstate);
dprintk("nfsv4 compound returned %d\n", ntohl(status));
return status; return status;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册