[NET]: Hide the net_ns kmem cache
authorPavel Emelyanov <xemul@openvz.org>
Thu, 1 Nov 2007 07:46:50 +0000 (00:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2007 07:46:50 +0000 (00:46 -0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net_namespace.c

Simple merge