projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5123bc3
)
Revert "xfs: increase the maximum number of supported ACL entries"
author
Felix Blyakher
<felixb@sgi.com>
Tue, 31 Mar 2009 05:23:37 +0000
(
00:23
-0500)
committer
Felix Blyakher
<felixb@sgi.com>
Tue, 31 Mar 2009 05:23:37 +0000
(
00:23
-0500)
This reverts commit
8b112171734c791afaf43ccc8c6ec492e7006e44
.
Premature unintended commit.
Signed-off-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/xfs_acl.h
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_acl.h
b/fs/xfs/xfs_acl.h
index 62e50ab0adfa5f2173aa177a0529cf19ca9f5113..642f1db4def478598bccd2b94425385620dccf92 100644
(file)
--- 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 {