diff options
-rw-r--r-- | fs/reiserfs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index 7280a23ef344..e073fd86cf60 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c | |||
@@ -2918,7 +2918,7 @@ static void queue_log_writer(struct super_block *s) | |||
2918 | set_current_state(TASK_UNINTERRUPTIBLE); | 2918 | set_current_state(TASK_UNINTERRUPTIBLE); |
2919 | if (test_bit(J_WRITERS_QUEUED, &journal->j_state)) | 2919 | if (test_bit(J_WRITERS_QUEUED, &journal->j_state)) |
2920 | schedule(); | 2920 | schedule(); |
2921 | current->state = TASK_RUNNING; | 2921 | __set_current_state(TASK_RUNNING); |
2922 | remove_wait_queue(&journal->j_join_wait, &wait); | 2922 | remove_wait_queue(&journal->j_join_wait, &wait); |
2923 | } | 2923 | } |
2924 | 2924 | ||