From: Cedric Le Goater <clg@fr.ibm.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul Menage <menage@google.com>,
"Serge E. Hallyn" <serue@us.ibm.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH -mm] fix order of container subsystems in init/Kconfig
Date: Wed, 25 Jul 2007 15:37:52 +0200 [thread overview]
Message-ID: <46A75230.4090400@fr.ibm.com> (raw)
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@fr.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
reply other threads:[~2007-07-25 13:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46A75230.4090400@fr.ibm.com \
--to=clg@fr.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.com \
--cc=serue@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.