commit | cfbffc39ac89dbd5197cbeec2599a1128eb928f8 | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Thu Oct 06 13:37:08 2011 +0900 |
committer | David Sterba <dsterba@suse.cz> | Thu Oct 20 18:10:47 2011 +0200 |
tree | d544e0c12f565b1f8ff359eca3847fc0e10006c9 | |
parent | 10b2f34d6e7fbe07f498cb2006272e9a561f5e60 [diff] |
Btrfs: fix return value of btrfs_get_acl() In btrfs_get_acl(), when the second __btrfs_getxattr() call fails, acl is not correctly set. Therefore, a wrong value might return to the caller. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>