|
@@ -612,8 +612,8 @@ int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid)
|
|
|
ret = 1;
|
|
|
} else if (journal->j_committing_transaction) {
|
|
|
/*
|
|
|
- * If ext3_write_super() recently started a commit, then we
|
|
|
- * have to wait for completion of that transaction
|
|
|
+ * If commit has been started, then we have to wait for
|
|
|
+ * completion of that transaction.
|
|
|
*/
|
|
|
if (ptid)
|
|
|
*ptid = journal->j_committing_transaction->t_tid;
|