diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-10-16 09:19:14 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-10-27 19:30:05 -0400 |
commit | bcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f (patch) | |
tree | e52f9059e1d0aab064a7a40dd214bab0e64e09d0 | |
parent | 58c6ed38a16cd235588ed4a5ca3b213f055bc14c (diff) |
jbd/2: fixed typos
"wakup"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r-- | fs/jbd/journal.c | 2 | ||||
-rw-r--r-- | fs/jbd2/journal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c index ac1840415a65..da1b5e4ffce1 100644 --- a/fs/jbd/journal.c +++ b/fs/jbd/journal.c | |||
@@ -441,7 +441,7 @@ int __log_start_commit(journal_t *journal, tid_t target) | |||
441 | */ | 441 | */ |
442 | if (!tid_geq(journal->j_commit_request, target)) { | 442 | if (!tid_geq(journal->j_commit_request, target)) { |
443 | /* | 443 | /* |
444 | * We want a new commit: OK, mark the request and wakup the | 444 | * We want a new commit: OK, mark the request and wakeup the |
445 | * commit thread. We do _not_ do the commit ourselves. | 445 | * commit thread. We do _not_ do the commit ourselves. |
446 | */ | 446 | */ |
447 | 447 | ||
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index 0e8014ea6b94..2b9a342551b9 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 | ||