btrfs: optmize listxattr
authorChristoph Hellwig <hch@lst.de>
Thu, 28 Aug 2008 10:21:16 +0000 (06:21 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:07 +0000 (11:04 -0400)
commiteaa47d8612783807ef9703ebc9bf0d0f0455bf62
treeaae589fac6573e2974935b357bfa687dbab2e718
parenteab922ec8907b8c506e799785e7e2d16eabe50e4
btrfs: optmize listxattr

The ->list handler is really not useful at all, because we always call
btrfs_xattr_generic_list anyway.  After this is done
find_btrfs_xattr_handler becomes unused, and it becomes obvious that the
temporary name buffer allocation isn't needed but we can directly copy
into the supplied buffer.

Tested with various getfattr -d calls on varying xattr lists.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/acl.c
fs/btrfs/xattr.c
fs/btrfs/xattr.h