Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210526
b: refs/heads/master
c: b76b401
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields authored and Jens Axboe committed Aug 28, 2010
1 parent ed49c35 commit ebf80e8
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: 6628bc74f1aa9c35dd386320bf7ec04f12edb1b3
refs/heads/master: b76b4014f9d988d2412b873e4d4c13c7f9afc4e4
2 changes: 1 addition & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ int bdi_writeback_thread(void *data)
wb->last_active = jiffies;

set_current_state(TASK_INTERRUPTIBLE);
if (!list_empty(&bdi->work_list)) {
if (!list_empty(&bdi->work_list) || kthread_should_stop()) {
__set_current_state(TASK_RUNNING);
continue;
}
Expand Down

0 comments on commit ebf80e8

Please sign in to comment.