commit | 0879c584ffcccd50a8d0f72cab3a51702613f901 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 03 16:42:19 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 17 10:51:14 2007 -0800 |
tree | 7ed963ab1a1ddda0f3b9dc31f1379243b44b555c | |
parent | 92295d8054289eff0d52b4d12349f9b9df0f58e4 [diff] |
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: Mark Fasheh <mark.fasheh@oracle.com>