Re: [PATCH 05/10] btrfs: Use xattr handler infrastructure

2015-12-01 Thread David Sterba
On Mon, Nov 30, 2015 at 10:43:38PM +0100, Andreas Gruenbacher wrote: > Use the VFS xattr handler infrastructure and get rid of similar code in > the filesystem. > > Signed-off-by: Andreas Gruenbacher > Cc: Chris Mason > Cc: Josef Bacik > Cc: David Sterba Reviewed-by: David Sterba -- To unsub

[PATCH 05/10] btrfs: Use xattr handler infrastructure

2015-11-30 Thread Andreas Gruenbacher
Use the VFS xattr handler infrastructure and get rid of similar code in the filesystem. Signed-off-by: Andreas Gruenbacher Cc: Chris Mason Cc: Josef Bacik Cc: David Sterba Cc: linux-btrfs@vger.kernel.org --- fs/btrfs/inode.c | 8 +-- fs/btrfs/xattr.c | 166 --