From 7fe78bb2157da07d4408d6edfb60b65c4ea04a8e Mon Sep 17 00:00:00 2001 From: Xi Wang Date: Mon, 12 Dec 2011 21:55:52 +0000 Subject: [PATCH] --- yaml --- r: 280324 b: refs/heads/master c: 093019cf1b18dd31b2c3b77acce4e000e2cbc9ce h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_acl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f903fcba6d3b..5cf9289a8063 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 687d1c5e8e26f68b0defb1b9ccd85a0955325b9d +refs/heads/master: 093019cf1b18dd31b2c3b77acce4e000e2cbc9ce diff --git a/trunk/fs/xfs/xfs_acl.c b/trunk/fs/xfs/xfs_acl.c index 76e4266d2e7e..ac702a6eab9b 100644 --- a/trunk/fs/xfs/xfs_acl.c +++ b/trunk/fs/xfs/xfs_acl.c @@ -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)