From: Tsutomu Itoh Date: Thu, 6 Oct 2011 04:37:08 +0000 (+0900) Subject: Btrfs: fix return value of btrfs_get_acl() X-Git-Tag: v3.2-rc1~21^2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbffc39ac89dbd5197cbeec2599a1128eb928f8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed