Home
last modified time | relevance | path

Searched hist:"9 d6dda32c7570bbf189cf74fbc36338d0a94e999" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dloopback.cdiff 9d6dda32c7570bbf189cf74fbc36338d0a94e999 Mon Oct 15 14:55:33 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [NETNS]: Don't panic on creating the namespace's loopback

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>