From: Tristan Ye Date: Wed, 8 Sep 2010 09:12:38 +0000 (+0800) Subject: Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes. X-Git-Tag: v2.6.36-rc6~36^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4da216b8c3c35c90ecd18e1899c6f125957c2b;p=pandora-kernel.git Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes. In ocfs2_dx_dir_rebalance(), we need to rejournal_acess the blocks after calling ocfs2_insert_extent() since growing an extent tree may trigger ocfs2_extend_trans(), which makes previous journal_access meaningless. Signed-off-by: Tristan Ye Signed-off-by: Joel Becker --- Reading git-diff-tree failed