| To: | Brad Arrington <bradla8@xxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 1/1] ACL: increase the #define XFS_ACL_MAX_ENTRIES to 128 The xfsprogs xfs_repair will have to be increased also if this is okay. |
| From: | Dave Chinner <david@xxxxxxxxxxxxx> |
| Date: | Fri, 6 Jul 2012 08:08:32 +1000 |
| Cc: | Ben Myers <bpm@xxxxxxx>, Alex Elder <elder@xxxxxxxxxx>, xfs@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
| In-reply-to: | <1341520391-9704-1-git-send-email-bradla8@xxxxxxxxx> |
| References: | <1341520391-9704-1-git-send-email-bradla8@xxxxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Thu, Jul 05, 2012 at 01:33:11PM -0700, Brad Arrington wrote: > > Signed-off-by: Brad Arrington <bradla8@xxxxxxxxx> > --- > 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 39632d9..716d4d2 100644 > --- a/fs/xfs/xfs_acl.h > +++ b/fs/xfs/xfs_acl.h > @@ -22,7 +22,7 @@ struct inode; > struct posix_acl; > struct xfs_inode; > > -#define XFS_ACL_MAX_ENTRIES 25 > +#define XFS_ACL_MAX_ENTRIES 128 That's an on disk format change - you can't just increase it like that without some kind of superblock feature bit to indicate that the limit is 128 rather than 25 on that filesystem. As it is, if we are going to change it, it will get changed to allow the maximum number of ACLs an attribute can hold, not another arbitrary number like 128.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: 3.5.0-rc5: inconsistent lock state, Dave Chinner |
|---|---|
| Next by Date: | Re: [PATCH v3 0/2] block: improvements for discard alignment, Vivek Goyal |
| Previous by Thread: | [PATCH v3 0/2] block: improvements for discard alignment, Paolo Bonzini |
| Next by Thread: | Re: [PATCH] xfs_db: Fix extent record printing on big endian, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |