diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index d4e6288b4bb46e30e90f9caf16a330d39678f51e..92927950ef488bbd1ebad5a3856bb3e93077039d 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c @@ -639,8 +639,7 @@ void jbd2_journal_commit_transaction(journal_t *journal) /* * start_this_handle() uses t_outstanding_credits to determine - * the free space in the log, but this counter is changed - * by jbd2_journal_next_log_block() also. + * the free space in the log. */ atomic_dec(&commit_transaction->t_outstanding_credits);