From: Chris Mason Date: Tue, 26 Aug 2014 20:55:54 +0000 (-0700) Subject: Btrfs: fix autodefrag with compression X-Git-Tag: fixes-for-v3.18-merge-window~139^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9512d72e8e61c750c90efacd720abe3c4569822;p=pandora-kernel.git Btrfs: fix autodefrag with compression The autodefrag code skips defrag when two extents are adjacent. But one big advantage for autodefrag is cutting down on the number of small extents, even when they are adjacent. This commit changes it to defrag all small extents. Signed-off-by: Chris Mason --- Reading git-diff-tree failed