projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b55e0ba
)
nfsd: add dprintk of compound return
author
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 5 May 2008 21:17:44 +0000
(17:17 -0400)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 23 Jun 2008 17:02:48 +0000
(13:02 -0400)
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: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4proc.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4proc.c
b/fs/nfsd/nfs4proc.c
index c309c881bd4e4e7a88500ad4c757d8c378216d99..313484380a9b8bac97bebb1cc4c5eb35fd47e5a4 100644
(file)
--- a/
fs/nfsd/nfs4proc.c
+++ b/
fs/nfsd/nfs4proc.c
@@
-952,6
+952,7
@@
encode_op:
out:
nfsd4_release_compoundargs(args);
cstate_free(cstate);
+ dprintk("nfsv4 compound returned %d\n", ntohl(status));
return status;
}