diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index ef1811531999..07b3c23762ad 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4169,7 +4169,6 @@ retry: | |||
4169 | * orientated. | 4169 | * orientated. |
4170 | */ | 4170 | */ |
4171 | if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { | 4171 | if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { |
4172 | ac->zonelist = node_zonelist(numa_node_id(), gfp_mask); | ||
4173 | ac->preferred_zoneref = first_zones_zonelist(ac->zonelist, | 4172 | ac->preferred_zoneref = first_zones_zonelist(ac->zonelist, |
4174 | ac->high_zoneidx, ac->nodemask); | 4173 | ac->high_zoneidx, ac->nodemask); |
4175 | } | 4174 | } |