Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db298686 authored by Thomas Richter's avatar Thomas Richter Committed by David S. Miller
Browse files

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: default avatarThomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: default avatarJay Vosburgh <j.vosburgh@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6d39d589
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4492,6 +4492,7 @@ static int __init bonding_init(void)
out:
	return res;
err:
	bond_destroy_debugfs();
	bond_netlink_fini();
err_link:
	unregister_pernet_subsys(&bond_net_ops);