Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218844
b: refs/heads/master
c: bcf3d0b
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Jan Kara committed Oct 27, 2010
1 parent 5a4ca20 commit aa5a707
Show file tree
Hide file tree
Showing 3 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: 58c6ed38a16cd235588ed4a5ca3b213f055bc14c
refs/heads/master: bcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f
2 changes: 1 addition & 1 deletion trunk/fs/jbd/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ int __log_start_commit(journal_t *journal, tid_t target)
*/
if (!tid_geq(journal->j_commit_request, target)) {
/*
* We want a new commit: OK, mark the request and wakup the
* We want a new commit: OK, mark the request and wakeup the
* commit thread. We do _not_ do the commit ourselves.
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ int __jbd2_log_start_commit(journal_t *journal, tid_t target)
*/
if (!tid_geq(journal->j_commit_request, target)) {
/*
* We want a new commit: OK, mark the request and wakup the
* We want a new commit: OK, mark the request and wakeup the
* commit thread. We do _not_ do the commit ourselves.
*/

Expand Down

0 comments on commit aa5a707

Please sign in to comment.