diff options
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r-- | mm/oom_kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 223d9ccb7d64..64cf3c214634 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
@@ -177,7 +177,7 @@ static inline int constrained_alloc(struct zonelist *zonelist, gfp_t gfp_mask) | |||
177 | nodemask_t nodes = node_online_map; | 177 | nodemask_t nodes = node_online_map; |
178 | 178 | ||
179 | for (z = zonelist->zones; *z; z++) | 179 | for (z = zonelist->zones; *z; z++) |
180 | if (cpuset_zone_allowed(*z, gfp_mask)) | 180 | if (cpuset_zone_allowed_softwall(*z, gfp_mask)) |
181 | node_clear(zone_to_nid(*z), nodes); | 181 | node_clear(zone_to_nid(*z), nodes); |
182 | else | 182 | else |
183 | return CONSTRAINT_CPUSET; | 183 | return CONSTRAINT_CPUSET; |