commit | 0f4da216b8c3c35c90ecd18e1899c6f125957c2b | [log] [tgz] |
---|---|---|
author | Tristan Ye <tristan.ye@oracle.com> | Wed Sep 08 17:12:38 2010 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 10 09:19:11 2010 -0700 |
tree | f51e02f001997b136a9c50c9cea007ae82b8ffc1 | |
parent | 07eaac9438b13ec0b863111698b91ccec8f3b8d4 [diff] |
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 <tristan.ye@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>