mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
bonding: Remove debug_fs files when module init fails
[ Upstream commit db29868653 ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b8362bf431
commit
91ce31b21c
|
|
@ -4995,6 +4995,7 @@ static int __init bonding_init(void)
|
|||
out:
|
||||
return res;
|
||||
err:
|
||||
bond_destroy_debugfs();
|
||||
rtnl_link_unregister(&bond_link_ops);
|
||||
err_link:
|
||||
unregister_pernet_subsys(&bond_net_ops);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user