Oh cripes, another one. Thanks for catching this one too. --b. On Thu, Oct 27, 2011 at 08:43:01PM +0200, Benny Halevy wrote: > From: Benny Halevy <bhalevy@xxxxxxxxxx> > > Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> > --- > fs/nfsd/nfs4xdr.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c > index 66d095d..b6fa792 100644 > --- a/fs/nfsd/nfs4xdr.c > +++ b/fs/nfsd/nfs4xdr.c > @@ -655,7 +655,7 @@ static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *x) > default: > return nfserr_bad_xdr; > } > - w &= !NFS4_SHARE_ACCESS_MASK; > + w &= ~NFS4_SHARE_ACCESS_MASK; > if (!w) > return nfs_ok; > if (!argp->minorversion) > -- > 1.7.6 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html