|
@@ -560,7 +560,9 @@ void jbd2_journal_commit_transaction(journal_t *journal)
|
|
* transaction! Now comes the tricky part: we need to write out
|
|
* transaction! Now comes the tricky part: we need to write out
|
|
* metadata. Loop over the transaction's entire buffer list:
|
|
* metadata. Loop over the transaction's entire buffer list:
|
|
*/
|
|
*/
|
|
|
|
+ spin_lock(&journal->j_state_lock);
|
|
commit_transaction->t_state = T_COMMIT;
|
|
commit_transaction->t_state = T_COMMIT;
|
|
|
|
+ spin_unlock(&journal->j_state_lock);
|
|
|
|
|
|
stats.u.run.rs_logging = jiffies;
|
|
stats.u.run.rs_logging = jiffies;
|
|
stats.u.run.rs_flushing = jbd2_time_diff(stats.u.run.rs_flushing,
|
|
stats.u.run.rs_flushing = jbd2_time_diff(stats.u.run.rs_flushing,
|