Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297438
b: refs/heads/master
c: 00b5f95
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed Feb 17, 2012
1 parent f9afcdd commit 44fa51f
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: 37c593c57324740821766c56e48cf09776a68a9c
refs/heads/master: 00b5f95a26f2f95b86e59cf86346b06ba14943ee
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ nfs4_check_delegmode(struct nfs4_delegation *dp, int flags)

static int share_access_to_flags(u32 share_access)
{
share_access &= ~NFS4_SHARE_WANT_MASK;
share_access &= NFS4_SHARE_ACCESS_MASK;

return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE;
}
Expand Down

0 comments on commit 44fa51f

Please sign in to comment.