Skip to content

Commit

Permalink
Revert "xfs: increase the maximum number of supported ACL entries"
Browse files Browse the repository at this point in the history
This reverts commit 8b11217.
Premature unintended commit.

Signed-off-by: Felix Blyakher <felixb@sgi.com>
  • Loading branch information
Felix Blyakher committed Mar 31, 2009
1 parent 5123bc3 commit 1aacc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1aacc06

Please sign in to comment.