Loading fs/nfsd/nfs4xdr.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/nfsd/nfs4xdr.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading