Commit cbdc73873229754ab3e673ea8c82eaf9ae3c646f

Authored by Pavel Emelyanov
Committed by Linus Torvalds
1 parent 74bd59bb39

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -30,7 +30,7 @@
30 30 config NET_NS
31 31 bool "Network namespace support"
32 32 default n
33   - depends on EXPERIMENTAL && !SYSFS
  33 + depends on EXPERIMENTAL && !SYSFS && NAMESPACES
34 34 help
35 35 Allow user space to create what appear to be multiple instances
36 36 of the network stack.