From: Tao Ma Date: Thu, 2 Sep 2010 05:10:10 +0000 (+0800) Subject: ocfs2: Use the right group in nfs sync check. X-Git-Tag: v2.6.36-rc4~68^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889f004a8c83d515f275078687f859bc0d5ede9d;p=pandora-kernel.git ocfs2: Use the right group in nfs sync check. We have added discontig block group now, and now an inode can be allocated in an discontig block group. So get it in ocfs2_get_suballoc_slot_bit. The old ocfs2_test_suballoc_bit gets group block no from the allocation inode which is wrong. Fix it by passing the right group. Acked-by: Mark Fasheh Signed-off-by: Tao Ma --- Reading git-diff-tree failed