[NETNS]: Fix allnoconfig compilation error.
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 13 Sep 2007 07:16:29 +0000 (09:16 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:21 +0000 (16:49 -0700)
commit4fabcd7118162e36eea5c53e8895ecc13762bef3
tree29a1b009e9bbd52bcce413f9b06c892b09783ccd
parente08b09983fe9cf379faf1aefdf9164268d4610e7
[NETNS]: Fix allnoconfig compilation error.

When CONFIG_NET=no, init_net is unresolved because net_namespace.c
is not compiled and the include pull init_net definition.

This problem was very similar with the ipc namespace where the kernel
can be compiled with SYSV ipc out.

This patch fix that defining a macro which simply remove init_net
initialization from nsproxy namespace aggregator.

Compiled and booted on qemu-i386 with CONFIG_NET=no and CONFIG_NET=yes.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/init_task.h
include/net/net_namespace.h