Pavel Emelyanov 32f0c4cbe4 [NETNS]: Don't memset() netns to zero manually
The newly created net namespace is set to 0 with memset()
in setup_net(). The setup_net() is also called for the
init_net_ns(), which is zeroed naturally as a global var.

So remove this memset and allocate new nets with the
kmem_cache_zalloc().

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:54:59 -07:00
..
2007-10-10 16:52:46 -07:00
2007-10-10 16:52:46 -07:00
2007-10-10 16:54:48 -07:00
2007-10-10 16:54:48 -07:00
2007-02-10 23:19:25 -08:00