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 41d5e2e2d8ce..85cf0f715eb0 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3784,7 +3784,7 @@ retry_cpuset: | |||
3784 | */ | 3784 | */ |
3785 | ac.preferred_zoneref = first_zones_zonelist(ac.zonelist, | 3785 | ac.preferred_zoneref = first_zones_zonelist(ac.zonelist, |
3786 | ac.high_zoneidx, ac.nodemask); | 3786 | ac.high_zoneidx, ac.nodemask); |
3787 | if (!ac.preferred_zoneref) { | 3787 | if (!ac.preferred_zoneref->zone) { |
3788 | page = NULL; | 3788 | page = NULL; |
3789 | goto no_zone; | 3789 | goto no_zone; |
3790 | } | 3790 | } |