From: Tristan Ye Date: Fri, 21 Jan 2011 10:20:18 +0000 (+0800) Subject: Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number. X-Git-Tag: v2.6.38-rc7~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf3bb007e5636ef4c17505affb0974175108553;p=pandora-kernel.git Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number. Current refcounttree codes actually didn't writeback the new pages out in write-back mode, due to a bug of always passing a ZERO number of clusters to 'ocfs2_cow_sync_writeback', the patch tries to pass a proper one in. Signed-off-by: Tristan Ye Cc: stable@kernel.org Signed-off-by: Joel Becker --- Reading git-diff-tree failed