From: Tristan Ye Date: Wed, 25 May 2011 06:30:36 +0000 (+0800) Subject: Ocfs2/move_extents: Let defrag handle partial extent moving. X-Git-Tag: v3.0-rc1~137^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dfa66bd595120530506448f3d519f341afd736e;p=pandora-kernel.git Ocfs2/move_extents: Let defrag handle partial extent moving. We're going to support partial extent moving, which may split entire extent movement into pieces to compromise the insuffice allocations, it eases the 'ENSPC' pain and makes the whole moving much less likely to fail, the downside is it may make the fs even more fragmented before moving, just let the userspace make a trade-off here. Signed-off-by: Tristan Ye --- Reading git-diff-tree failed