diff options
author | Felix Blyakher <felixb@sgi.com> | 2009-03-27 18:28:43 -0400 |
---|---|---|
committer | Felix Blyakher <felixb@sgi.com> | 2009-03-27 18:28:43 -0400 |
commit | 8b112171734c791afaf43ccc8c6ec492e7006e44 (patch) | |
tree | 1199a708beecc4a5ac009f2ec8a261edf56f1cb6 | |
parent | 61454f33389ecfac68846e07d29c8d18af342c43 (diff) |
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>
-rw-r--r-- | 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 642f1db4def4..62e50ab0adfa 100644 --- a/fs/xfs/xfs_acl.h +++ b/fs/xfs/xfs_acl.h | |||
@@ -25,7 +25,7 @@ typedef __uint16_t xfs_acl_perm_t; | |||
25 | typedef __int32_t xfs_acl_tag_t; | 25 | typedef __int32_t xfs_acl_tag_t; |
26 | typedef __int32_t xfs_acl_id_t; | 26 | typedef __int32_t xfs_acl_id_t; |
27 | 27 | ||
28 | #define XFS_ACL_MAX_ENTRIES 25 | 28 | #define XFS_ACL_MAX_ENTRIES 100 |
29 | #define XFS_ACL_NOT_PRESENT (-1) | 29 | #define XFS_ACL_NOT_PRESENT (-1) |
30 | 30 | ||
31 | typedef struct xfs_acl_entry { | 31 | typedef struct xfs_acl_entry { |