Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25577
b: refs/heads/master
c: 2499205
h: refs/heads/master
i:
  25575: 4eaa569
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Apr 11, 2006
1 parent 0b683ce commit 511e35c
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: e465a77f943f51df1a169426df879340bd0db3f3
refs/heads/master: 249920527f9e6e5c305538bbf1ea882ee7dc1c06
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ nfs4_acl_split(struct nfs4_acl *acl, struct nfs4_acl *dacl)
continue;

error = nfs4_acl_add_ace(dacl, ace->type, ace->flag,
ace->access_mask, ace->whotype, ace->who) == -1;
ace->access_mask, ace->whotype, ace->who);
if (error < 0)
goto out;

Expand Down

0 comments on commit 511e35c

Please sign in to comment.