|
@@ -470,7 +470,9 @@ void journal_commit_transaction(journal_t *journal)
|
|
|
* transaction! Now comes the tricky part: we need to write out
|
|
|
* metadata. Loop over the transaction's entire buffer list:
|
|
|
*/
|
|
|
+ spin_lock(&journal->j_state_lock);
|
|
|
commit_transaction->t_state = T_COMMIT;
|
|
|
+ spin_unlock(&journal->j_state_lock);
|
|
|
|
|
|
J_ASSERT(commit_transaction->t_nr_buffers <=
|
|
|
commit_transaction->t_outstanding_credits);
|