mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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:
parent
7bd86cc282
commit
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user