Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1787
b: refs/heads/master
c: 00ea814
h: refs/heads/master
i:
  1785: 4c28d17
  1783: 80f5f6c
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jun 2, 2005
1 parent 1b0dd1f commit 0a3fbdf
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1e86d1c648508fd50e6c9960576b87906a7906ad
refs/heads/master: 00ea81459c279f14a7b344320a71c94f60f88929
4 changes: 3 additions & 1 deletion trunk/fs/jbd/checkpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,10 @@ int log_do_checkpoint(journal_t *journal)
}
} while (jh != last_jh && !retry);

if (batch_count)
if (batch_count) {
__flush_batch(journal, bhs, &batch_count);
retry = 1;
}

/*
* If someone cleaned up this transaction while we slept, we're
Expand Down

0 comments on commit 0a3fbdf

Please sign in to comment.