Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b12cd98 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}