Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208335
b: refs/heads/master
c: c4ec790
h: refs/heads/master
i:
  208333: 52f347f
  208331: 57461c8
  208327: 3ac5f7b
  208319: ed6f948
v: v3
  • Loading branch information
Artem Bityutskiy authored and Jens Axboe committed Aug 7, 2010
1 parent 0ea2d2b commit 5760715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5f7ad233b8805dae06e694538d8095b19f3c560
refs/heads/master: c4ec7908c2c5125f75fabd100e7a95626a6883ee
4 changes: 4 additions & 0 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ static int bdi_forker_thread(void *ptr)
bdi_add_default_flusher_thread(bdi);
}

/* Keep working if default bdi still has things to do */
if (!list_empty(&me->bdi->work_list))
__set_current_state(TASK_RUNNING);

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

Expand Down

0 comments on commit 5760715

Please sign in to comment.