diff options
Diffstat (limited to 'fs/jbd2')
-rw-r--r-- | fs/jbd2/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index 262419f83d80..168d1894317a 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c | |||
@@ -478,7 +478,7 @@ int __jbd2_log_start_commit(journal_t *journal, tid_t target) | |||
478 | */ | 478 | */ |
479 | if (!tid_geq(journal->j_commit_request, target)) { | 479 | if (!tid_geq(journal->j_commit_request, target)) { |
480 | /* | 480 | /* |
481 | * We want a new commit: OK, mark the request and wakup the | 481 | * We want a new commit: OK, mark the request and wakeup the |
482 | * commit thread. We do _not_ do the commit ourselves. | 482 | * commit thread. We do _not_ do the commit ourselves. |
483 | */ | 483 | */ |
484 | 484 | ||