From 9ee5828176d040560089842758b01d8048ac995e Mon Sep 17 00:00:00 2001 From: Ricardo Labiaga Date: Fri, 11 Dec 2009 20:03:27 -0800 Subject: [PATCH] --- yaml --- r: 186351 b: refs/heads/master c: de3cab793c6a5c8505d66bee111edcc7098380ba h: refs/heads/master i: 186349: 24c8818a29a525ad8a36fd796aa3a40de861037b 186347: d62841c74498ac4a7ca94d53d122aba42378f7a3 186343: 127fec2c48beefe6bb399064650a76f50b6c35ed 186335: c35c17b065625d930065e338053205323bd77747 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4xdr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cd8bf6a69771..34d78b48c36d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c551866e649bac66a5145d100f34086d6edb581e +refs/heads/master: de3cab793c6a5c8505d66bee111edcc7098380ba diff --git a/trunk/fs/nfsd/nfs4xdr.c b/trunk/fs/nfsd/nfs4xdr.c index 4f14f0c0616f..c458fb11c957 100644 --- a/trunk/fs/nfsd/nfs4xdr.c +++ b/trunk/fs/nfsd/nfs4xdr.c @@ -1434,7 +1434,7 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp) } op->opnum = ntohl(*argp->p++); - if (op->opnum >= OP_ACCESS && op->opnum <= LAST_NFS4_OP) + if (op->opnum >= FIRST_NFS4_OP && op->opnum <= LAST_NFS4_OP) op->status = ops->decoders[op->opnum](argp, &op->u); else { op->opnum = OP_ILLEGAL;