Loading fs/jbd2/journal.c +5 −4 Original line number Diff line number Diff line Loading @@ -500,8 +500,9 @@ int __jbd2_log_start_commit(journal_t *journal, tid_t target) /* This should never happen, but if it does, preserve the evidence before kjournald goes into a loop and increments j_commit_sequence beyond all recognition. */ WARN(1, "jbd: bad log_start_commit: %u %u %u %u\n", journal->j_commit_request, journal->j_commit_sequence, WARN_ONCE(1, "jbd: bad log_start_commit: %u %u %u %u\n", journal->j_commit_request, journal->j_commit_sequence, target, journal->j_running_transaction ? journal->j_running_transaction->t_tid : 0); return 0; Loading Loading
fs/jbd2/journal.c +5 −4 Original line number Diff line number Diff line Loading @@ -500,8 +500,9 @@ int __jbd2_log_start_commit(journal_t *journal, tid_t target) /* This should never happen, but if it does, preserve the evidence before kjournald goes into a loop and increments j_commit_sequence beyond all recognition. */ WARN(1, "jbd: bad log_start_commit: %u %u %u %u\n", journal->j_commit_request, journal->j_commit_sequence, WARN_ONCE(1, "jbd: bad log_start_commit: %u %u %u %u\n", journal->j_commit_request, journal->j_commit_sequence, target, journal->j_running_transaction ? journal->j_running_transaction->t_tid : 0); return 0; Loading