Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263335
b: refs/heads/master
c: 439423f
h: refs/heads/master
i:
  263333: 18f0bf0
  263331: 1fa5ef4
  263327: 5b29272
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Aug 25, 2011
1 parent 02e798f commit a8d79dc
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: 4c30c6f566c0989ddaee3407da44751e340a63ed
refs/heads/master: 439423f6894aa0dec22187526827456f5004baed
3 changes: 3 additions & 0 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,9 @@ static unsigned long balance_pgdat(pg_data_t *pgdat, int order,
high_wmark_pages(zone), 0, 0)) {
end_zone = i;
break;
} else {
/* If balanced, clear the congested flag */
zone_clear_flag(zone, ZONE_CONGESTED);
}
}
if (i < 0)
Expand Down

0 comments on commit a8d79dc

Please sign in to comment.