Gitweb: http://git.kernel.org/linus/8b112171734c791afaf43ccc8c6ec492e7006e44 Commit: 8b112171734c791afaf43ccc8c6ec492e7006e44 Parent: 61454f33389ecfac68846e07d29c8d18af342c43 Author: Felix Blyakher <felixb@sgi.com> AuthorDate: Fri Mar 27 17:28:43 2009 -0500 Committer: Felix Blyakher <felixb@sgi.com> CommitDate: Fri Mar 27 17:28:43 2009 -0500 xfs: increase the maximum number of supported ACL entries With big installation current 25 maximum number of supported ACL entries is not enough any more. Increase the limit to 100. Signed-off-by: Felix Blyakher <felixb@sgi.com> --- fs/xfs/xfs_acl.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/xfs/xfs_acl.h b/fs/xfs/xfs_acl.h index 642f1db..62e50ab 100644 --- a/fs/xfs/xfs_acl.h +++ b/fs/xfs/xfs_acl.h @@ -25,7 +25,7 @@ typedef __uint16_t xfs_acl_perm_t; typedef __int32_t xfs_acl_tag_t; typedef __int32_t xfs_acl_id_t; -#define XFS_ACL_MAX_ENTRIES 25 +#define XFS_ACL_MAX_ENTRIES 100 #define XFS_ACL_NOT_PRESENT (-1) typedef struct xfs_acl_entry { -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
