Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280324
b: refs/heads/master
c: 093019c
h: refs/heads/master
v: v3
  • Loading branch information
Xi Wang authored and Ben Myers committed Dec 16, 2011
1 parent c357e90 commit 7fe78bb
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: 687d1c5e8e26f68b0defb1b9ccd85a0955325b9d
refs/heads/master: 093019cf1b18dd31b2c3b77acce4e000e2cbc9ce
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ xfs_acl_from_disk(struct xfs_acl *aclp)
struct posix_acl_entry *acl_e;
struct posix_acl *acl;
struct xfs_acl_entry *ace;
int count, i;
unsigned int count, i;

count = be32_to_cpu(aclp->acl_cnt);
if (count > XFS_ACL_MAX_ENTRIES)
Expand Down

0 comments on commit 7fe78bb

Please sign in to comment.