dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Felix Blyakher 2009-03-27 17:28:43 -05:00
parent 61454f3338
commit 8b11217173
1 changed files with 1 additions and 1 deletions

View File

@ -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 {