From 633085c79c84c391732caa40f5b3a3d2b299f7be Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Fri, 16 Aug 2013 15:23:33 +0100 Subject: [PATCH] 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-format-patch failed