diff options
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 361b4007d4a0..2a1766ce216f 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -768,6 +768,8 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, | |||
768 | while (!status && resp->opcnt < args->opcnt) { | 768 | while (!status && resp->opcnt < args->opcnt) { |
769 | op = &args->ops[resp->opcnt++]; | 769 | op = &args->ops[resp->opcnt++]; |
770 | 770 | ||
771 | dprintk("nfsv4 compound op #%d: %d\n", resp->opcnt, op->opnum); | ||
772 | |||
771 | /* | 773 | /* |
772 | * The XDR decode routines may have pre-set op->status; | 774 | * The XDR decode routines may have pre-set op->status; |
773 | * for example, if there is a miscellaneous XDR error | 775 | * for example, if there is a miscellaneous XDR error |