From: Yan, Zheng Date: Thu, 24 Sep 2009 13:17:31 +0000 (-0400) Subject: Btrfs: relocate file extents in clusters X-Git-Tag: v2.6.32-rc1~57^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0257bb82d21bedff26541bcf12f1461c23f9ed61;p=pandora-kernel.git Btrfs: relocate file extents in clusters The extent relocation code copy file extents one by one when relocating data block group. This is inefficient if file extents are small. This patch makes the relocation code copy file extents in clusters. So we can can make better use of read-ahead. Signed-off-by: Yan Zheng Signed-off-by: Chris Mason --- Reading git-diff-tree failed