Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172981
b: refs/heads/master
c: bf7ec5b
h: refs/heads/master
i:
  172979: b524846
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Jens Axboe committed Dec 3, 2009
1 parent c6f756f commit da509fa
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: 220d0b1dbf78c6417a658c96e571415552d3abac
refs/heads/master: bf7ec5bb6114b2f086e536e24486fdacd1c0d339
2 changes: 1 addition & 1 deletion trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static void bdi_wb_shutdown(struct backing_dev_info *bdi)
* it would never exet if it is currently stuck in the refrigerator.
*/
list_for_each_entry(wb, &bdi->wb_list, list) {
wb->task->flags &= ~PF_FROZEN;
thaw_process(wb->task);
kthread_stop(wb->task);
}
}
Expand Down

0 comments on commit da509fa

Please sign in to comment.