diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3012,7 +3012,7 @@ retry: | |||
3012 | for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { | 3012 | for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { |
3013 | nid = zone_to_nid(zone); | 3013 | nid = zone_to_nid(zone); |
3014 | 3014 | ||
3015 | if (cpuset_zone_allowed_hardwall(zone, flags) && | 3015 | if (cpuset_zone_allowed(zone, flags | __GFP_HARDWALL) && |
3016 | get_node(cache, nid) && | 3016 | get_node(cache, nid) && |
3017 | get_node(cache, nid)->free_objects) { | 3017 | get_node(cache, nid)->free_objects) { |
3018 | obj = ____cache_alloc_node(cache, | 3018 | obj = ____cache_alloc_node(cache, |