From 1aacc064e029f0017384e463121b98f06d3a2cc3 Mon Sep 17 00:00:00 2001
From: Felix Blyakher <felixb@sgi.com>
Date: Tue, 31 Mar 2009 00:23:37 -0500
Subject: [PATCH] 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>
---
 fs/xfs/xfs_acl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 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 {
-- 
GitLab