Re: [PATCH 5/5] Hide the net_ns kmem cache

2007-10-31 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Wed, 31 Oct 2007 22:32:55 +0300 > This cache is only required to create new namespaces, > but we won't have them in CONFIG_NET_NS=n case. > > Hide it under the appropriate ifdef. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied. - To

[PATCH 5/5] Hide the net_ns kmem cache

2007-10-31 Thread Pavel Emelyanov
This cache is only required to create new namespaces, but we won't have them in CONFIG_NET_NS=n case. Hide it under the appropriate ifdef. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index a044e2d..e9f0964 100644 --- a/