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

ocfs2: Allow for debugging of transaction extends



The nastiest cases of transaction extends are also the rarest. We can expose
them more quickly at the expense of performance by going straight to the
journal_restart() in ocfs2_extend_trans(). Wrap things in OCFS2_DEBUG_FS so
that we only do this when "expensive debugging" is turned on.

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 92295d80
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