|
@@ -193,11 +193,15 @@ int ocfs2_extend_trans(handle_t *handle, int nblocks)
|
|
|
|
|
|
mlog(0, "Trying to extend transaction by %d blocks\n", nblocks);
|
|
mlog(0, "Trying to extend transaction by %d blocks\n", nblocks);
|
|
|
|
|
|
|
|
+#ifdef OCFS2_DEBUG_FS
|
|
|
|
+ status = 1;
|
|
|
|
+#else
|
|
status = journal_extend(handle, nblocks);
|
|
status = journal_extend(handle, nblocks);
|
|
if (status < 0) {
|
|
if (status < 0) {
|
|
mlog_errno(status);
|
|
mlog_errno(status);
|
|
goto bail;
|
|
goto bail;
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
if (status > 0) {
|
|
if (status > 0) {
|
|
mlog(0, "journal_extend failed, trying journal_restart\n");
|
|
mlog(0, "journal_extend failed, trying journal_restart\n");
|