ocfs2: Re-journal buffers after transaction extend
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 4 Dec 2007 00:43:01 +0000 (16:43 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 17 Dec 2007 18:51:23 +0000 (10:51 -0800)
ocfs2_extend_trans() might call journal_restart() which will commit dirty
buffers and then restart the transaction. This means that any buffers which
still need changes should be passed to journal_access() again. Some paths
during extend weren't doing this right.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found