Skip to content
Commit e8aed345 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

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: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 0879c584
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment