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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Apr 2014 19:04:40 +0000 (15:04 -0400)
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>
drivers/net/bonding/bond_main.c

index d9f85464b36298646cb1af16a4dd59c3b2cdd886..69aff72c895716fe6c579d2bf7f46c79ddca2a36 100644 (file)
@@ -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);