aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_acl.h')
-rw-r--r--fs/xfs/xfs_acl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_acl.h b/fs/xfs/xfs_acl.h
index 62e50ab0adfa..642f1db4def4 100644
--- a/fs/xfs/xfs_acl.h
+++ b/fs/xfs/xfs_acl.h
@@ -25,7 +25,7 @@ typedef __uint16_t xfs_acl_perm_t;
25typedef __int32_t xfs_acl_tag_t; 25typedef __int32_t xfs_acl_tag_t;
26typedef __int32_t xfs_acl_id_t; 26typedef __int32_t xfs_acl_id_t;
27 27
28#define XFS_ACL_MAX_ENTRIES 100 28#define XFS_ACL_MAX_ENTRIES 25
29#define XFS_ACL_NOT_PRESENT (-1) 29#define XFS_ACL_NOT_PRESENT (-1)
30 30
31typedef struct xfs_acl_entry { 31typedef struct xfs_acl_entry {