aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <[email protected]>2010-10-27 15:34:40 -0700
committerLinus Torvalds <[email protected]>2010-10-27 18:03:17 -0700
commiteef691b36e9a6ee6e646c83af3f10bb60e926fa5 (patch)
treec95c3b9489c20791683ffb1672573ee2cbedbde4
parent79ae9c29e4c80b781dd915d6f01be64e668be29c (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 <[email protected]> Cc: Li Zefan <[email protected]> Cc: "Serge E. Hallyn" <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Paul Menage <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--init/Kconfig1
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
config CGROUP_DEVICE
bool "Device controller for cgroups"
- depends on EXPERIMENTAL
help
Provides a cgroup implementing whitelists for devices which
a process in the cgroup can mknod or open.