Commit 3b12cd98 authored by J. Bruce Fields's avatar 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: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent b55e0ba1
......@@ -952,6 +952,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
out:
nfsd4_release_compoundargs(args);
cstate_free(cstate);
dprintk("nfsv4 compound returned %d\n", ntohl(status));
return status;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment