From: Pavel Emelyanov 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 --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/Kconfig~mark-net_ns-with-depends-on-namespaces net/Kconfig --- a/net/Kconfig~mark-net_ns-with-depends-on-namespaces +++ a/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. _