diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 1bca60f0c527..301f057fd115 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -2061,11 +2061,9 @@ static unsigned long shrink_all_zones(unsigned long nr_pages, int prio, | |||
2061 | struct zone *zone; | 2061 | struct zone *zone; |
2062 | unsigned long ret = 0; | 2062 | unsigned long ret = 0; |
2063 | 2063 | ||
2064 | for_each_zone(zone) { | 2064 | for_each_populated_zone(zone) { |
2065 | enum lru_list l; | 2065 | enum lru_list l; |
2066 | 2066 | ||
2067 | if (!populated_zone(zone)) | ||
2068 | continue; | ||
2069 | if (zone_is_all_unreclaimable(zone) && prio != DEF_PRIORITY) | 2067 | if (zone_is_all_unreclaimable(zone) && prio != DEF_PRIORITY) |
2070 | continue; | 2068 | continue; |
2071 | 2069 | ||