mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
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>
This commit is contained in:
parent
b55e0ba19c
commit
3b12cd9862
@ -952,6 +952,7 @@ encode_op:
|
||||
out:
|
||||
nfsd4_release_compoundargs(args);
|
||||
cstate_free(cstate);
|
||||
dprintk("nfsv4 compound returned %d\n", ntohl(status));
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user