From: [EMAIL PROTECTED]
Date: Thu, 13 Sep 2007 08:01:52 +0200
> From: Daniel Lezcano <[EMAIL PROTECTED]>
>
> 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 whe
From: Daniel Lezcano <[EMAIL PROTECTED]>
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 defin