]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: xattr: fix attribute removal
authorDavid Sterba <dsterba@suse.cz>
Sun, 11 Sep 2011 14:52:25 +0000 (10:52 -0400)
committerChris Mason <chris.mason@oracle.com>
Sun, 11 Sep 2011 14:52:25 +0000 (10:52 -0400)
commit4815053aba7f2304055745df820cd74a39fdaab2
tree30a936c6ebe75af2e8f9c92f7922989ad7b2e111
parenta39f75214358d715efa21e2bccf5a709d8649144
btrfs: xattr: fix attribute removal

An attribute is not removed by 'setfattr -x attr file' and remains
visible in attr list. This makes xfstests/062 pass again.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/xattr.c