[Devel] [PATCH 10/10] CGroup API files: Make CGROUP_DEBUG default to off
menage at google.com
menage at google.com
Sat Feb 23 14:47:35 PST 2008
The cgroup debug subsystem isn't generally useful for users. It should default to "n".
Signed-off-by: Paul Menage <menage at google.com>
---
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
--
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list