Re: [PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-06 Thread Jaegeuk Kim
2012-10-05 (금), 13:33 -0700, Eric W. Biederman: > 김재극 writes: > > > This implements xattr and acl functionalities. > > > > - F2FS uses a node page to contain use extended attributes. > > Please note the arguments to posix_acl_to_xattr and posix_acl_from_xattr > have changed, which will cause

Re: [PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-06 Thread Jaegeuk Kim
2012-10-05 (금), 13:33 -0700, Eric W. Biederman: 김재극 jaegeuk@samsung.com writes: This implements xattr and acl functionalities. - F2FS uses a node page to contain use extended attributes. Please note the arguments to posix_acl_to_xattr and posix_acl_from_xattr have changed, which

Re: [PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-05 Thread Eric W. Biederman
김재극 writes: > This implements xattr and acl functionalities. > > - F2FS uses a node page to contain use extended attributes. Please note the arguments to posix_acl_to_xattr and posix_acl_from_xattr have changed, which will cause this patch to fail to compile. Eric -- To unsubscribe from this

[PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-05 Thread 김재극
This implements xattr and acl functionalities. - F2FS uses a node page to contain use extended attributes. Signed-off-by: Changman Lee Signed-off-by: Jaegeuk Kim --- fs/f2fs/acl.c | 402 +++ fs/f2fs/acl.h | 57

[PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-05 Thread 김재극
This implements xattr and acl functionalities. - F2FS uses a node page to contain use extended attributes. Signed-off-by: Changman Lee cm224@samsung.com Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/acl.c | 402 +++

Re: [PATCH 13/16] f2fs: add xattr and acl functionalities

2012-10-05 Thread Eric W. Biederman
김재극 jaegeuk@samsung.com writes: This implements xattr and acl functionalities. - F2FS uses a node page to contain use extended attributes. Please note the arguments to posix_acl_to_xattr and posix_acl_from_xattr have changed, which will cause this patch to fail to compile. Eric -- To