Commit 2a0fe092 authored by Thomas Richter's avatar Thomas Richter Committed by Jiri Slaby

bonding: Remove debug_fs files when module init fails

[ Upstream commit db298686 ]

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>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 6a80e19b
...@@ -4623,6 +4623,7 @@ static int __init bonding_init(void) ...@@ -4623,6 +4623,7 @@ static int __init bonding_init(void)
out: out:
return res; return res;
err: err:
bond_destroy_debugfs();
rtnl_link_unregister(&bond_link_ops); rtnl_link_unregister(&bond_link_ops);
err_link: err_link:
unregister_pernet_subsys(&bond_net_ops); unregister_pernet_subsys(&bond_net_ops);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment