Btrfs: cleanup xattr code
authorJosef Bacik <jbacik@redhat.com>
Wed, 21 Jan 2009 15:49:16 +0000 (10:49 -0500)
committerChris Mason <chris.mason@oracle.com>
Wed, 21 Jan 2009 15:49:16 +0000 (10:49 -0500)
commit070604040b86511cc2df0f25f98e26c5529bd928
treebb51306dee575e10d758117e9b2e951073fa154b
parenteb1eb04fdfbd9e1c9c40d072ab1b82fe593eeb0f
Btrfs: cleanup xattr code

Andrew's review of the xattr code revealed some minor issues that this patch
addresses.  Just an error return fix, got rid of a useless statement and
commented one of the trickier parts of __btrfs_getxattr.

Signed-off-by: Josef Bacik <jbacik@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/xattr.c