Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254739
b: refs/heads/master
c: 08951e5
h: refs/heads/master
i:
  254737: ad65486
  254735: a95f2b2
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Jul 9, 2011
1 parent fa931f2 commit d800323
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: 902daf6580cffe04721250fb71b5527a98718b11
refs/heads/master: 08951e545918c1594434d000d88a7793e2452a9b
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,7 @@ static bool sleeping_prematurely(pg_data_t *pgdat, int order, long remaining,
return true;

/* Check the watermark levels */
for (i = 0; i < pgdat->nr_zones; i++) {
for (i = 0; i <= classzone_idx; i++) {
struct zone *zone = pgdat->node_zones + i;

if (!populated_zone(zone))
Expand Down

0 comments on commit d800323

Please sign in to comment.