Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-05-01 Thread Andreas Dilger
On May 1, 2014, at 9:48 AM, Aneesh Kumar K.V wrote: > Andreas Dilger writes: > >> On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V >> wrote: >>> This feature flag can be used to enable richacl on >>> the file system. Once enabled the "acl" mount option >>> will enable richacl instead of posix

Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-05-01 Thread Aneesh Kumar K.V
Andreas Dilger writes: > On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V > wrote: >> This feature flag can be used to enable richacl on >> the file system. Once enabled the "acl" mount option >> will enable richacl instead of posix acl > > I was going to complain about this patch, because

Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-05-01 Thread Aneesh Kumar K.V
Andreas Dilger adil...@dilger.ca writes: On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This feature flag can be used to enable richacl on the file system. Once enabled the acl mount option will enable richacl instead of posix acl I was going to

Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-05-01 Thread Andreas Dilger
On May 1, 2014, at 9:48 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: Andreas Dilger adil...@dilger.ca writes: On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This feature flag can be used to enable richacl on the file system. Once

Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-04-28 Thread Andreas Dilger
On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V wrote: > This feature flag can be used to enable richacl on > the file system. Once enabled the "acl" mount option > will enable richacl instead of posix acl I was going to complain about this patch, because re-using the "acl" mount option to

Re: [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-04-28 Thread Andreas Dilger
On Apr 27, 2014, at 10:14 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This feature flag can be used to enable richacl on the file system. Once enabled the acl mount option will enable richacl instead of posix acl I was going to complain about this patch, because re-using the

[PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-04-27 Thread Aneesh Kumar K.V
This feature flag can be used to enable richacl on the file system. Once enabled the "acl" mount option will enable richacl instead of posix acl Signed-off-by: Aneesh Kumar K.V --- fs/ext4/ext4.h | 3 ++- fs/ext4/super.c | 47 ++- 2 files changed,

[PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

2014-04-27 Thread Aneesh Kumar K.V
This feature flag can be used to enable richacl on the file system. Once enabled the acl mount option will enable richacl instead of posix acl Signed-off-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com --- fs/ext4/ext4.h | 3 ++- fs/ext4/super.c | 47