Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18898
b: refs/heads/master
c: 8d3c7fc
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jan 19, 2006
1 parent f7e037b commit 5f85e46
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2149bcabc5f6fd635935d57480044ba4c11bc020
refs/heads/master: 8d3c7fce2d20ecc3264c8d8c91ae3beacdeaed1b
2 changes: 1 addition & 1 deletion trunk/fs/jbd/checkpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ int log_do_checkpoint(journal_t *journal)
* done (maybe it's a new transaction, but it fell at the same
* address).
*/
if (journal->j_checkpoint_transactions == transaction ||
if (journal->j_checkpoint_transactions == transaction &&
transaction->t_tid == this_tid) {
int batch_count = 0;
struct buffer_head *bhs[NR_BATCH];
Expand Down

0 comments on commit 5f85e46

Please sign in to comment.