net: ipv6: proc: Fix error handling
Fix error handling in case making of dir dev_snmp6 failes Signed-off-by: Igor Maravic <igorm@etf.rs> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
7bd86cc282
Коммит
4855d6f311
|
@ -307,10 +307,10 @@ static int __net_init ipv6_proc_init_net(struct net *net)
|
|||
goto proc_dev_snmp6_fail;
|
||||
return 0;
|
||||
|
||||
proc_dev_snmp6_fail:
|
||||
proc_net_remove(net, "snmp6");
|
||||
proc_snmp6_fail:
|
||||
proc_net_remove(net, "sockstat6");
|
||||
proc_dev_snmp6_fail:
|
||||
proc_net_remove(net, "dev_snmp6");
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче