[NETNS]: Introduce a netns_core structure.
authorPavel Emelyanov <xemul@openvz.org>
Tue, 1 Apr 2008 02:41:14 +0000 (19:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Apr 2008 02:41:14 +0000 (19:41 -0700)
There's already some stuff on the struct net, that should better
be folded into netns_core structure. I'm making the per-proto inuse
counter be per-net also, which is also a candidate for this, so
introduce this structure and populate it a bit.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found