bonding: Remove debug_fs files when module init fails
Remove the bonding debug_fs entries when the module initialization fails. The debug_fs entries should be removed together with all other already allocated resources. Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com> Signed-off-by: Jay Vosburgh <j.vosburgh@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6d39d589bb
commit
db29868653
1 changed files with 1 additions and 0 deletions
|
@ -4492,6 +4492,7 @@ static int __init bonding_init(void)
|
||||||
out:
|
out:
|
||||||
return res;
|
return res;
|
||||||
err:
|
err:
|
||||||
|
bond_destroy_debugfs();
|
||||||
bond_netlink_fini();
|
bond_netlink_fini();
|
||||||
err_link:
|
err_link:
|
||||||
unregister_pernet_subsys(&bond_net_ops);
|
unregister_pernet_subsys(&bond_net_ops);
|
||||||
|
|
Loading…
Add table
Reference in a new issue