Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186351
b: refs/heads/master
c: de3cab7
h: refs/heads/master
i:
  186349: 24c8818
  186347: d62841c
  186343: 127fec2
  186335: c35c17b
v: v3
  • Loading branch information
Ricardo Labiaga authored and J. Bruce Fields committed Jan 13, 2010
1 parent 44c7905 commit 9ee5828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c551866e649bac66a5145d100f34086d6edb581e
refs/heads/master: de3cab793c6a5c8505d66bee111edcc7098380ba
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ee5828

Please sign in to comment.