Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164619
b: refs/heads/master
c: d8d0b85
h: refs/heads/master
i:
  164617: f6cf60c
  164615: 0856367
v: v3
  • Loading branch information
Frank Filz authored and J. Bruce Fields committed Aug 27, 2009
1 parent 23aeea6 commit 9ec1738
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: b0401d725334a94d57335790b8ac2404144748ee
refs/heads/master: d8d0b85b11476ce59684ad2998e91a522df518a0
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl,
deny = ~pas.group & pas.other;
if (deny) {
ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
ace->flag = eflag | NFS4_ACE_IDENTIFIER_GROUP;
ace->flag = eflag;
ace->access_mask = deny_mask_from_posix(deny, flags);
ace->whotype = NFS4_ACL_WHO_GROUP;
ace++;
Expand Down

0 comments on commit 9ec1738

Please sign in to comment.