From: Pavel Emelyanov Date: Fri, 8 Feb 2008 12:18:25 +0000 (-0800) Subject: namespaces: mark NET_NS with "depends on NAMESPACES" X-Git-Tag: v2.6.25-rc1~272 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cbdc73873229754ab3e673ea8c82eaf9ae3c646f;p=~shefty%2Frdma-dev.git namespaces: mark NET_NS with "depends on NAMESPACES" There's already an option controlling the net namespaces cloning code, so make it work the same way as all the other namespaces' options. Signed-off-by: Pavel Emelyanov Cc: "David S. Miller" Acked-by: Serge Hallyn Cc: Cedric Le Goater Cc: "Eric W. Biederman" Cc: Herbert Poetzl Cc: Kirill Korotaev Cc: Sukadev Bhattiprolu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/net/Kconfig b/net/Kconfig index b6a5d454f2f..6627c6ae5db 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -30,7 +30,7 @@ menu "Networking options" config NET_NS bool "Network namespace support" default n - depends on EXPERIMENTAL && !SYSFS + depends on EXPERIMENTAL && !SYSFS && NAMESPACES help Allow user space to create what appear to be multiple instances of the network stack.