Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164614
b: refs/heads/master
c: 55bb55d
h: refs/heads/master
v: v3
  • Loading branch information
Frank Filz authored and J. Bruce Fields committed Aug 25, 2009
1 parent 713f6b6 commit 8900174
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: 8f55f3c0a013c42fb733997da54a3326c74601e8
refs/heads/master: 55bb55dca0cecac2fb7b8c743db41361c011c8a8
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl,
if (deny) {
ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
ace->flag = eflag | NFS4_ACE_IDENTIFIER_GROUP;
ace->access_mask = mask_from_posix(deny, flags);
ace->access_mask = deny_mask_from_posix(deny, flags);
ace->whotype = NFS4_ACL_WHO_NAMED;
ace->who = pa->e_id;
ace++;
Expand Down

0 comments on commit 8900174

Please sign in to comment.