aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_acl.h
diff options
context:
space:
mode:
authorFelix Blyakher <felixb@sgi.com>2009-03-31 00:23:37 -0500
committerFelix Blyakher <felixb@sgi.com>2009-03-31 00:23:37 -0500
commit1aacc064e029f0017384e463121b98f06d3a2cc3 (patch)
tree5fa260aaafdcf41d8f13557b4d1715f23fafa1b8 /fs/xfs/xfs_acl.h
parent5123bc35d2bd2e5c344a53e634edec2cd0861a0e (diff)
downloadkernel_samsung_smdk4412-1aacc064e029f0017384e463121b98f06d3a2cc3.zip
kernel_samsung_smdk4412-1aacc064e029f0017384e463121b98f06d3a2cc3.tar.gz
kernel_samsung_smdk4412-1aacc064e029f0017384e463121b98f06d3a2cc3.tar.bz2
Revert "xfs: increase the maximum number of supported ACL entries"
This reverts commit 8b112171734c791afaf43ccc8c6ec492e7006e44. Premature unintended commit. Signed-off-by: Felix Blyakher <felixb@sgi.com>
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 62e50ab..642f1db 100644
--- a/fs/xfs/xfs_acl.h
+++ b/fs/xfs/xfs_acl.h
@@ -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 100
+#define XFS_ACL_MAX_ENTRIES 25
#define XFS_ACL_NOT_PRESENT (-1)
typedef struct xfs_acl_entry {