From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 09 Oct 2007 15:48:19 +0400
> 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 <[EMAIL PROTECTED]> Applied, thanks Pavel! _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
