Skip to content

Commit

Permalink
xfs: increase the maximum number of supported ACL entries
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felix Blyakher committed Mar 27, 2009
1 parent 61454f3 commit 8b11217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8b11217

Please sign in to comment.