Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179353
b: refs/heads/master
c: de3fab3
h: refs/heads/master
i:
  179351: 31036dd
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jan 16, 2010
1 parent 77baf8e commit c18dea8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: af2422c42c0ff42b8b93dbb3a5fe65250fb65c40
refs/heads/master: de3fab39348dff18c69a0cd04efee9c276a02f51
3 changes: 3 additions & 0 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,9 @@ static int sleeping_prematurely(pg_data_t *pgdat, int order, long remaining)
if (!populated_zone(zone))
continue;

if (zone_is_all_unreclaimable(zone))
continue;

if (!zone_watermark_ok(zone, order, high_wmark_pages(zone),
0, 0))
return 1;
Expand Down

0 comments on commit c18dea8

Please sign in to comment.