projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61454f3
)
xfs: increase the maximum number of supported ACL entries
author
Felix Blyakher
<felixb@sgi.com>
Fri, 27 Mar 2009 22:28:43 +0000
(17:28 -0500)
committer
Felix Blyakher
<felixb@sgi.com>
Fri, 27 Mar 2009 22:28:43 +0000
(17:28 -0500)
With big installation current 25 maximum number of
supported ACL entries is not enough any more.
Increase the limit to 100.
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
642f1db
..
62e50ab
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
25
+#define XFS_ACL_MAX_ENTRIES
100
#define XFS_ACL_NOT_PRESENT (-1)
typedef struct xfs_acl_entry {