Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b112171 authored by Felix Blyakher's avatar Felix Blyakher
Browse files

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: default avatarFelix Blyakher <felixb@sgi.com>
parent 61454f33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {