commit | 9d6dda32c7570bbf189cf74fbc36338d0a94e999 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Oct 15 12:55:33 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 12:55:33 2007 -0700 |
tree | eac71d1bf5f7c07ebf4360fd9cd48d79cab402fd | |
parent | 4ae289444b968b4cefd776ada8da519ce10e56fa [diff] |
[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>