commit | e8aed3450c0afd6fdb79ec233f806e3e69454dfe | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 03 16:43:01 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 17 10:51:23 2007 -0800 |
tree | aa83824230c1b0c58fe9ec68d007c35f42b90fa7 | |
parent | 0879c584ffcccd50a8d0f72cab3a51702613f901 [diff] |
ocfs2: Re-journal buffers after transaction extend 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>