[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46A75230.4090400@fr.ibm.com>
Date: Wed, 25 Jul 2007 15:37:52 +0200
From: Cedric Le Goater <clg@...ibm.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Paul Menage <menage@...gle.com>,
"Serge E. Hallyn" <serue@...ibm.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH -mm] fix order of container subsystems in init/Kconfig
some cosmetic changes to init/Kconfig to make the subsystem list
under containers look nicer when CONFIG_CONTAINERS=y.
also changed the 'select' to 'depends on' for the namespace
subsystem.
Signed-off-by: Cedric Le Goater <clg@...ibm.com>
---
init/Kconfig | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
Index: 2.6.23-rc1-mm1/init/Kconfig
===================================================================
--- 2.6.23-rc1-mm1.orig/init/Kconfig
+++ 2.6.23-rc1-mm1/init/Kconfig
@@ -310,6 +310,22 @@ config CONTAINER_DEBUG
Say N if unsure
+config CONTAINER_NS
+ bool "Namespace container subsystem"
+ depends on CONTAINERS
+ help
+ Provides a simple namespace container subsystem to
+ provide hierarchical naming of sets of namespaces,
+ for instance virtual servers and checkpoint/restart
+ jobs.
+
+config CONTAINER_CPUACCT
+ bool "Simple CPU accounting container subsystem"
+ depends on CONTAINERS
+ help
+ Provides a simple Resource Controller for monitoring the
+ total CPU consumed by the tasks in a container
+
config CPUSETS
bool "Cpuset support"
depends on SMP && CONTAINERS
@@ -341,27 +357,11 @@ config SYSFS_DEPRECATED
If you are using a distro that was released in 2006 or later,
it should be safe to say N here.
-config CONTAINER_NS
- bool "Namespace container subsystem"
- select CONTAINERS
- help
- Provides a simple namespace container subsystem to
- provide hierarchical naming of sets of namespaces,
- for instance virtual servers and checkpoint/restart
- jobs.
-
config PROC_PID_CPUSET
bool "Include legacy /proc/<pid>/cpuset file"
depends on CPUSETS
default y
-config CONTAINER_CPUACCT
- bool "Simple CPU accounting container subsystem"
- depends on CONTAINERS
- help
- Provides a simple Resource Controller for monitoring the
- total CPU consumed by the tasks in a container
-
config RELAY
bool "Kernel->user space relay support (formerly relayfs)"
help
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists