The cgroup debug subsystem isn't generally useful for users. It should default to "n". Signed-off-by: Paul Menage --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: cgroup-2.6.25-rc2-mm1/init/Kconfig =================================================================== --- cgroup-2.6.25-rc2-mm1.orig/init/Kconfig +++ cgroup-2.6.25-rc2-mm1/init/Kconfig @@ -284,6 +284,7 @@ config CGROUPS config CGROUP_DEBUG bool "Example debug cgroup subsystem" depends on CGROUPS + default n help This option enables a simple cgroup subsystem that exports useful debugging information about the cgroups -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/