[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)
commitd57a9212e00779181d8d820887dcab3e9d529194
tree7d32b51c2656301578e14caf94a03f675bd8d783
parent1a2ee93d281d00cc6e2db1c306032a105d2c9474
[NET]: Hide the net_ns kmem cache

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