summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2008-05-05 23:17:44 +0200
committerJ. Bruce Fields2008-06-23 19:02:48 +0200
commit3b12cd9862d5f560031d90bda78952ab55e36b24 (patch)
treea14b023787ff662b8c29b4946f650ae428ac4493 /fs/nfsd/nfs4proc.c
parentnfsd: remove unnecessary atomic ops (diff)
downloadkernel-qcow2-linux-3b12cd9862d5f560031d90bda78952ab55e36b24.tar.gz
kernel-qcow2-linux-3b12cd9862d5f560031d90bda78952ab55e36b24.tar.xz
kernel-qcow2-linux-3b12cd9862d5f560031d90bda78952ab55e36b24.zip
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: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r--fs/nfsd/nfs4proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
index c309c881bd4e..313484380a9b 100644
--- 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;
}