Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208334
b: refs/heads/master
c: c5f7ad2
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Jens Axboe committed Aug 7, 2010
1 parent 52f347f commit 0ea2d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 94eac5e62364df4e605e451218ee6024a7ba664f
refs/heads/master: c5f7ad233b8805dae06e694538d8095b19f3c560
3 changes: 1 addition & 2 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ static int bdi_forker_thread(void *ptr)
wb_do_writeback(me, 0);

spin_lock_bh(&bdi_lock);
set_current_state(TASK_INTERRUPTIBLE);

/*
* Check if any existing bdi's have dirty data without
Expand All @@ -357,8 +358,6 @@ static int bdi_forker_thread(void *ptr)
bdi_add_default_flusher_thread(bdi);
}

set_current_state(TASK_INTERRUPTIBLE);

if (list_empty(&bdi_pending_list)) {
unsigned long wait;

Expand Down

0 comments on commit 0ea2d2b

Please sign in to comment.