From: Filipe David Borba Manana Date: Fri, 16 Aug 2013 14:23:33 +0000 (+0100) Subject: Btrfs: reset force_compress on btrfs_file_defrag failure X-Git-Tag: v3.12-rc1~40^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633085c79c84c391732caa40f5b3a3d2b299f7be;p=pandora-kernel.git Btrfs: reset force_compress on btrfs_file_defrag failure After we set force_compress with a new value (which was not being done while holding the inode mutex), if an error happens and we jump to the label out_ra, the force_compress property of the inode is not set to BTRFS_COMPRESS_NONE (unlike in the case where no errors happen). Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed