diff options
Diffstat (limited to 'fs/jbd2/checkpoint.c')
-rw-r--r-- | fs/jbd2/checkpoint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/jbd2/checkpoint.c b/fs/jbd2/checkpoint.c index d49d202903fb..453c9068b7d7 100644 --- a/fs/jbd2/checkpoint.c +++ b/fs/jbd2/checkpoint.c | |||
@@ -797,5 +797,7 @@ void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transact | |||
797 | J_ASSERT(journal->j_committing_transaction != transaction); | 797 | J_ASSERT(journal->j_committing_transaction != transaction); |
798 | J_ASSERT(journal->j_running_transaction != transaction); | 798 | J_ASSERT(journal->j_running_transaction != transaction); |
799 | 799 | ||
800 | trace_jbd2_drop_transaction(journal, transaction); | ||
801 | |||
800 | jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); | 802 | jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); |
801 | } | 803 | } |