Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267188
b: refs/heads/master
c: 01cd4af
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and J. Bruce Fields committed Oct 17, 2011
1 parent c717962 commit f2be2a3
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: 5703728ac1194baee554163180415baf4ccd9996
refs/heads/master: 01cd4afadbf376de07d364a632cc82a0fc5e8655
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static __be32 nfsd4_decode_share_deny(struct nfsd4_compoundargs *argp, u32 *x)
READ_BUF(4);
READ32(*x);
/* Note: unlinke access bits, deny bits may be zero. */
if (*x & !NFS4_SHARE_DENY_BOTH)
if (*x & ~NFS4_SHARE_DENY_BOTH)
return nfserr_bad_xdr;
return nfs_ok;
xdr_error:
Expand Down

0 comments on commit f2be2a3

Please sign in to comment.