From: Paul Menage The cgroup debug subsystem isn't generally useful for users. It should default to "n". Signed-off-by: Paul Menage Cc: "Li Zefan" Cc: Balbir Singh Cc: Paul Jackson Cc: Pavel Emelyanov Cc: KAMEZAWA Hiroyuki Cc: "YAMAMOTO Takashi" Signed-off-by: Andrew Morton --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN init/Kconfig~cgroup-api-files-make-cgroup_debug-default-to-off init/Kconfig --- a/init/Kconfig~cgroup-api-files-make-cgroup_debug-default-to-off +++ a/init/Kconfig @@ -281,6 +281,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 _