diff options
Diffstat (limited to 'mm')
-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 34ada718ef47..593a11d8bc6b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3763,7 +3763,7 @@ retry_cpuset: | |||
3763 | */ | 3763 | */ |
3764 | ac.preferred_zoneref = first_zones_zonelist(ac.zonelist, | 3764 | ac.preferred_zoneref = first_zones_zonelist(ac.zonelist, |
3765 | ac.high_zoneidx, ac.nodemask); | 3765 | ac.high_zoneidx, ac.nodemask); |
3766 | if (!ac.preferred_zoneref) { | 3766 | if (!ac.preferred_zoneref->zone) { |
3767 | page = NULL; | 3767 | page = NULL; |
3768 | goto no_zone; | 3768 | goto no_zone; |
3769 | } | 3769 | } |