[net-2.6.24][NETNS][patch 1/1] fix allnoconfig compilation error

2007-09-13 Thread dlezcano
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

Re: [net-2.6.24][NETNS][patch 1/1] fix allnoconfig compilation error

2007-09-13 Thread David Miller
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 where the