]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/pdflush.c
cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL
[net-next-2.6.git] / mm / pdflush.c
index 15de509b68fd657c7b9ecb0356cdadf9bc43b1ef..118905e3d7886f795875b376c70d23e4bfc4c038 100644 (file)
@@ -191,7 +191,7 @@ static int pdflush(void *dummy)
 
        /*
         * Some configs put our parent kthread in a limited cpuset,
-        * which kthread() overrides, forcing cpus_allowed == CPU_MASK_ALL.
+        * which kthread() overrides, forcing cpus_allowed == cpu_all_mask.
         * Our needs are more modest - cut back to our cpusets cpus_allowed.
         * This is needed as pdflush's are dynamically created and destroyed.
         * The boottime pdflush's are easily placed w/o these 2 lines.