Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102333
b: refs/heads/master
c: 01af482
h: refs/heads/master
i:
  102331: 21afb6f
v: v3
  • Loading branch information
Wengang Wang authored and Mark Fasheh committed Jul 14, 2008
1 parent e7373d1 commit 3aecd83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56753bd3b9220f6f2477eb1cf97f40c24e0a4c91
refs/heads/master: 01af482037d32c215aab208a0b110ffe6fd782c0
6 changes: 5 additions & 1 deletion trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,11 @@ static int ocfs2_check_volume(struct ocfs2_super *osb)
local = ocfs2_mount_local(osb);

/* will play back anything left in the journal. */
ocfs2_journal_load(osb->journal, local);
status = ocfs2_journal_load(osb->journal, local);
if (status < 0) {
mlog(ML_ERROR, "ocfs2 journal load failed! %d\n", status);
goto finally;
}

if (dirty) {
/* recover my local alloc if we didn't unmount cleanly. */
Expand Down

0 comments on commit 3aecd83

Please sign in to comment.