From feb633b9126b0080a81b7daf1014583b0209302d Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 18 Jan 2006 17:43:23 -0800 Subject: [PATCH] --- yaml --- r: 18951 b: refs/heads/master c: fd44527707f2697fd2959e8bdb321ae588d150e2 h: refs/heads/master i: 18949: c1be7aa716a5c6f2b0e5b09487128abd9bfaeffd 18947: 080576a303358fd71b75c584987881464f86624f 18943: 11a33311a474987c09b9a616bf2d4afde83d697e v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4proc.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 520b4fc852a4..35b1f3e27699 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 796dadfd02eda1e3e6e42ecc8379d8b1c1523ddf +refs/heads/master: fd44527707f2697fd2959e8bdb321ae588d150e2 diff --git a/trunk/fs/nfsd/nfs4proc.c b/trunk/fs/nfsd/nfs4proc.c index 361b4007d4a0..2a1766ce216f 100644 --- a/trunk/fs/nfsd/nfs4proc.c +++ b/trunk/fs/nfsd/nfs4proc.c @@ -768,6 +768,8 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, while (!status && resp->opcnt < args->opcnt) { op = &args->ops[resp->opcnt++]; + dprintk("nfsv4 compound op #%d: %d\n", resp->opcnt, op->opnum); + /* * The XDR decode routines may have pre-set op->status; * for example, if there is a miscellaneous XDR error