|
@@ -2918,7 +2918,7 @@ static void queue_log_writer(struct super_block *s)
|
|
|
set_current_state(TASK_UNINTERRUPTIBLE);
|
|
set_current_state(TASK_UNINTERRUPTIBLE);
|
|
|
if (test_bit(J_WRITERS_QUEUED, &journal->j_state))
|
|
if (test_bit(J_WRITERS_QUEUED, &journal->j_state))
|
|
|
schedule();
|
|
schedule();
|
|
|
- current->state = TASK_RUNNING;
|
|
|
|
|
|
|
+ __set_current_state(TASK_RUNNING);
|
|
|
remove_wait_queue(&journal->j_join_wait, &wait);
|
|
remove_wait_queue(&journal->j_join_wait, &wait);
|
|
|
}
|
|
}
|
|
|
|
|
|