Re: [PATCH] btrfs: add support for extended file attributes

2017-03-14 Thread David Sterba
On Tue, Mar 14, 2017 at 02:35:33PM +0530, Chandan Jay Sharma wrote: > This commit impliments FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTR ioctls for > BTRFS. Can you please write more about what's the usecase and what's the difference against normal XATTRs that btrfs already support? Description,

[PATCH] btrfs: add support for extended file attributes

2017-03-14 Thread Chandan Jay Sharma
This commit impliments FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTR ioctls for BTRFS. Signed-off-by: Chandan Jay Sharma --- fs/btrfs/ioctl.c | 146 +++ 1 file changed, 146 insertions(+) diff --git a/fs/btrfs/ioctl.c