Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377619
b: refs/heads/master
c: cfc7bc8
h: refs/heads/master
i:
  377617: 05568c6
  377615: 0013b8c
v: v3
  • Loading branch information
Paul Gortmaker authored and Theodore Ts'o committed Jun 13, 2013
1 parent 52f0289 commit 46c0aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0ef54180e0187117062939202b96faf04c8673bc
refs/heads/master: cfc7bc896f45251bdcfa45e0d62fda0566e95c4a
4 changes: 2 additions & 2 deletions trunk/fs/jbd2/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ void jbd2_journal_commit_transaction(journal_t *journal)
wake_up(&journal->j_wait_transaction_locked);
write_unlock(&journal->j_state_lock);

jbd_debug(3, "JBD2: commit phase 2\n");
jbd_debug(3, "JBD2: commit phase 2a\n");

/*
* Now start flushing things to disk, in the order they appear
Expand All @@ -557,7 +557,7 @@ void jbd2_journal_commit_transaction(journal_t *journal)
&log_bufs, WRITE_SYNC);
blk_finish_plug(&plug);

jbd_debug(3, "JBD2: commit phase 2\n");
jbd_debug(3, "JBD2: commit phase 2b\n");

/*
* Way to go: we have now written out all of the data for a
Expand Down

0 comments on commit 46c0aae

Please sign in to comment.