aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-02-08 07:18:25 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-08 12:22:23 -0500
commitcbdc73873229754ab3e673ea8c82eaf9ae3c646f (patch)
tree4e7995dfe70e474e9a77c478bc235482cdee577b
parent74bd59bb39eb08b4379e2590c5f160748d83f812 (diff)
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 <xemul@openvz.org> Cc: "David S. Miller" <davem@davemloft.net> Acked-by: Serge Hallyn <serue@us.ibm.com> Cc: Cedric Le Goater <clg@fr.ibm.com> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Herbert Poetzl <herbert@13thfloor.at> Cc: Kirill Korotaev <dev@sw.ru> Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index b6a5d454f2ff..6627c6ae5db6 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -30,7 +30,7 @@ menu "Networking options"
30config NET_NS 30config NET_NS
31 bool "Network namespace support" 31 bool "Network namespace support"
32 default n 32 default n
33 depends on EXPERIMENTAL && !SYSFS 33 depends on EXPERIMENTAL && !SYSFS && NAMESPACES
34 help 34 help
35 Allow user space to create what appear to be multiple instances 35 Allow user space to create what appear to be multiple instances
36 of the network stack. 36 of the network stack.