Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54706
b: refs/heads/master
c: 5ab2f7e
h: refs/heads/master
v: v3
  • Loading branch information
Milind Arun Choudhary authored and Linus Torvalds committed May 8, 2007
1 parent cbb209e commit d7e74f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35bab756b49bd148760a3bbd3c907cd74754dbb4
refs/heads/master: 5ab2f7e0fdd04148e08348701d6bd6a292ce2d26
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@ static void queue_log_writer(struct super_block *s)
set_current_state(TASK_UNINTERRUPTIBLE);
if (test_bit(J_WRITERS_QUEUED, &journal->j_state))
schedule();
current->state = TASK_RUNNING;
__set_current_state(TASK_RUNNING);
remove_wait_queue(&journal->j_join_wait, &wait);
}

Expand Down

0 comments on commit d7e74f2

Please sign in to comment.