|
@@ -883,8 +883,7 @@ restart_loop:
|
|
spin_unlock(&journal->j_list_lock);
|
|
spin_unlock(&journal->j_list_lock);
|
|
bh = jh2bh(jh);
|
|
bh = jh2bh(jh);
|
|
jbd_lock_bh_state(bh);
|
|
jbd_lock_bh_state(bh);
|
|
- J_ASSERT_JH(jh, jh->b_transaction == commit_transaction ||
|
|
|
|
- jh->b_transaction == journal->j_running_transaction);
|
|
|
|
|
|
+ J_ASSERT_JH(jh, jh->b_transaction == commit_transaction);
|
|
|
|
|
|
/*
|
|
/*
|
|
* If there is undo-protected committed data against
|
|
* If there is undo-protected committed data against
|