]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
bonding: Remove debug_fs files when module init fails
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Wed, 9 Apr 2014 10:52:59 +0000 (12:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 May 2014 20:20:33 +0000 (13:20 -0700)
[ Upstream commit db29868653394937037d71dc3545768302dda643 ]

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>
drivers/net/bonding/bond_main.c

index e5628fc725c3fc3885b7deac79074caa41edbae4..91ec8cd1247822ffd2c82a44158abda137e7ebf6 100644 (file)
@@ -4536,6 +4536,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);