commit | 5cdf83edb8e41cad1ec8eab2d402b4f9d9eb7ee0 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Mon Feb 23 19:50:49 2015 +0000 |
committer | Chris Mason <clm@fb.com> | Mon Mar 02 14:04:45 2015 -0800 |
tree | 8585bd88705aebb17bb8114768d09fa46c092c43 | |
parent | 5dfe2be7ead15863fd7b3fcc8bd69e470fae2bec [diff] |
Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr The return value from btrfs_lookup_xattr() can be a pointer encoding an error, therefore deal with it. This fixes commit 5f5bc6b1e2d5 ("Btrfs: make xattr replace operations atomic"). Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Chris Mason <clm@fb.com>