diff options
Diffstat (limited to 'fs/jbd2/transaction.c')
-rw-r--r-- | fs/jbd2/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 6bf0a242613e..10b5e3b1ca8b 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c | |||
@@ -589,7 +589,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh, | |||
589 | transaction = handle->h_transaction; | 589 | transaction = handle->h_transaction; |
590 | journal = transaction->t_journal; | 590 | journal = transaction->t_journal; |
591 | 591 | ||
592 | jbd_debug(5, "buffer_head %p, force_copy %d\n", jh, force_copy); | 592 | jbd_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); |
593 | 593 | ||
594 | JBUFFER_TRACE(jh, "entry"); | 594 | JBUFFER_TRACE(jh, "entry"); |
595 | repeat: | 595 | repeat: |