From: Liu Bo Date: Thu, 29 Mar 2012 13:57:45 +0000 (-0400) Subject: Btrfs: add a check to decide if we should defrag the range X-Git-Tag: v3.4-rc1~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ce6ef8d731af5edac8c39e806db4c7e1f6956f;p=pandora-kernel.git Btrfs: add a check to decide if we should defrag the range If our file's layout is as follows: | hole | data1 | hole | data2 | we do not need to defrag this file, because this file has holes and cannot be merged into one extent. Signed-off-by: Liu Bo Signed-off-by: Chris Mason --- Reading git-diff-tree failed