Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115917
b: refs/heads/master
c: d1645e5
h: refs/heads/master
i:
  115915: eb7fae7
v: v3
  • Loading branch information
Hidehiro Kawai authored and Linus Torvalds committed Oct 20, 2008
1 parent 8d7de65 commit 4a6837e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 60c11d2abf4ef811d0ce3ea34279746729c4c6fc
refs/heads/master: d1645e526a1e5842c9ac433d73419ba886676cf3
3 changes: 3 additions & 0 deletions trunk/fs/jbd/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,9 @@ void journal_commit_transaction(journal_t *journal)
/* AKPM: bforget here */
}

if (err)
journal_abort(journal, err);

jbd_debug(3, "JBD: commit phase 6\n");

if (journal_write_commit_record(journal, commit_transaction))
Expand Down

0 comments on commit 4a6837e

Please sign in to comment.