diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2010-10-27 18:34:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 21:03:17 -0400 |
commit | eef691b36e9a6ee6e646c83af3f10bb60e926fa5 (patch) | |
tree | c95c3b9489c20791683ffb1672573ee2cbedbde4 /init | |
parent | 79ae9c29e4c80b781dd915d6f01be64e668be29c (diff) |
namespaces Kconfig: remove the cgroup device whitelist experimental tag
This subsystem is merged since a long time now, I think we can consider it
mature enough.
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: "Serge E. Hallyn" <serue@us.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index fbc7c1f7af60..813e07604f89 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -542,7 +542,6 @@ config CGROUP_FREEZER | |||
542 | 542 | ||
543 | config CGROUP_DEVICE | 543 | config CGROUP_DEVICE |
544 | bool "Device controller for cgroups" | 544 | bool "Device controller for cgroups" |
545 | depends on EXPERIMENTAL | ||
546 | help | 545 | help |
547 | Provides a cgroup implementing whitelists for devices which | 546 | Provides a cgroup implementing whitelists for devices which |
548 | a process in the cgroup can mknod or open. | 547 | a process in the cgroup can mknod or open. |