commit | a5710d6582868a96cf0fe02eac11d34cfbc783c9 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Fri Feb 29 11:14:50 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 29 11:14:50 2008 -0800 |
tree | 8fcc3f4bc58436c1809602a98c9ce759c74f9410 | |
parent | 9b0f976f27f00a81cf47643d90854659626795b4 [diff] |
[ICMP]: Add return code to icmp_init. icmp_init could fail and this is normal for namespace other than initial. So, the panic should be triggered only on init_net initialization path. Additionally create rollback path for icmp_init as a separate function. It will also be used later during namespace destruction. Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>