[NETNS]: Don't panic on creating the namespace's loopback
authorPavel Emelyanov <xemul@openvz.org>
Mon, 15 Oct 2007 19:55:33 +0000 (12:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Oct 2007 19:55:33 +0000 (12:55 -0700)
When the loopback device is failed to initialize inside the new
namespaces, panic() is called. Do not do it when the namespace
in question is not the init_net.

Plus cleanup the error path a bit.

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

No differences found