Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147106
b: refs/heads/master
c: b415c49
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jun 11, 2009
1 parent e5b21ed commit 6d176d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6adc74b7d03c06a8e15d51fe33c3d924ada9271a
refs/heads/master: b415c49a864dab8ee90713833d642dd461eccae9
4 changes: 2 additions & 2 deletions trunk/kernel/slow-work.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ static int slow_work_thread(void *_data)
vsmax *= atomic_read(&slow_work_thread_count);
vsmax /= 100;

prepare_to_wait(&slow_work_thread_wq, &wait,
TASK_INTERRUPTIBLE);
prepare_to_wait_exclusive(&slow_work_thread_wq, &wait,
TASK_INTERRUPTIBLE);
if (!freezing(current) &&
!slow_work_threads_should_exit &&
!slow_work_available(vsmax) &&
Expand Down

0 comments on commit 6d176d5

Please sign in to comment.