From: Filipe Manana Date: Sat, 1 Mar 2014 10:55:54 +0000 (+0000) Subject: Btrfs: correctly flush data on defrag when compression is enabled X-Git-Tag: v3.15-rc1~96^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec8ef90552f7b8cc6612daa2e3aa3a2212b0402;p=pandora-kernel.git Btrfs: correctly flush data on defrag when compression is enabled When the defrag flag BTRFS_DEFRAG_RANGE_START_IO is set and compression enabled, we weren't flushing completely, as writing compressed extents is a 2 steps process, one to compress the data and another one to write the compressed data to disk. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik --- Reading git-diff-tree failed