Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74955
b: refs/heads/master
c: 0879c58
h: refs/heads/master
i:
  74953: ee1087a
  74951: 2b838ee
v: v3
  • Loading branch information
Mark Fasheh committed Dec 17, 2007
1 parent d3f5563 commit 8c86cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92295d8054289eff0d52b4d12349f9b9df0f58e4
refs/heads/master: 0879c584ffcccd50a8d0f72cab3a51702613f901
4 changes: 4 additions & 0 deletions trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,15 @@ int ocfs2_extend_trans(handle_t *handle, int nblocks)

mlog(0, "Trying to extend transaction by %d blocks\n", nblocks);

#ifdef OCFS2_DEBUG_FS
status = 1;
#else
status = journal_extend(handle, nblocks);
if (status < 0) {
mlog_errno(status);
goto bail;
}
#endif

if (status > 0) {
mlog(0, "journal_extend failed, trying journal_restart\n");
Expand Down

0 comments on commit 8c86cb3

Please sign in to comment.