cpuset: use static key better and convert to new API
[deliverable/linux.git] / mm / page_alloc.c
index bdf7a13311b5a5b09b0aaa4ace0845d13ec993f4..39c441bb8d61f098ccc90ccf19f93bc608e93bfe 100644 (file)
@@ -2859,7 +2859,7 @@ zonelist_scan:
 
                if (cpusets_enabled() &&
                        (alloc_flags & ALLOC_CPUSET) &&
-                       !cpuset_zone_allowed(zone, gfp_mask))
+                       !__cpuset_zone_allowed(zone, gfp_mask))
                                continue;
                /*
                 * Distribute pages in proportion to the individual
This page took 0.027447 seconds and 5 git commands to generate.