diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e6b17b2989e0..8c1a116875bc 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1162,7 +1162,7 @@ zonelist_scan: | |||
1162 | zone->zone_pgdat != zonelist->zones[0]->zone_pgdat)) | 1162 | zone->zone_pgdat != zonelist->zones[0]->zone_pgdat)) |
1163 | break; | 1163 | break; |
1164 | if ((alloc_flags & ALLOC_CPUSET) && | 1164 | if ((alloc_flags & ALLOC_CPUSET) && |
1165 | !cpuset_zone_allowed(zone, gfp_mask)) | 1165 | !cpuset_zone_allowed_softwall(zone, gfp_mask)) |
1166 | goto try_next_zone; | 1166 | goto try_next_zone; |
1167 | 1167 | ||
1168 | if (!(alloc_flags & ALLOC_NO_WATERMARKS)) { | 1168 | if (!(alloc_flags & ALLOC_NO_WATERMARKS)) { |