Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177179
b: refs/heads/master
c: aba24d7
h: refs/heads/master
i:
  177177: d0813d6
  177175: e4d5f4f
v: v3
  • Loading branch information
Frank Filz authored and J. Bruce Fields committed Oct 27, 2009
1 parent d9e34ff commit 519ced0
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: dc83d6e27fa80babe31c80aa8568f125f72edf57
refs/heads/master: aba24d71580180dfdf6a1a83a5858a1c048fd785
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ sort_pacl(struct posix_acl *pacl)
sort_pacl_range(pacl, 1, i-1);

BUG_ON(pacl->a_entries[i].e_tag != ACL_GROUP_OBJ);
j = i++;
j = ++i;
while (pacl->a_entries[j].e_tag == ACL_GROUP)
j++;
sort_pacl_range(pacl, i, j-1);
Expand Down

0 comments on commit 519ced0

Please sign in to comment.