From: Tao Ma Date: Fri, 9 Jul 2010 06:53:12 +0000 (+0800) Subject: ocfs2: Make xattr reflink work with new local alloc reservation. X-Git-Tag: v2.6.35-rc6~34^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121a39bb00b421211f4f590c440a8f636d3ae807;p=pandora-kernel.git ocfs2: Make xattr reflink work with new local alloc reservation. The new reservation code in local alloc has add the limitation that the caller should handle the case that the local alloc doesn't give use enough contiguous clusters. It make the old xattr reflink code broken. So this patch udpate the xattr reflink code so that it can handle the case that local alloc give us one cluster at a time. Signed-off-by: Tao Ma Signed-off-by: Joel Becker --- Reading git-diff-tree failed