lkml.org 
[lkml]   [2014]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.10 43/86] bonding: Remove debug_fs files when module init fails
    Date
    3.10-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Thomas Richter <tmricht@linux.vnet.ibm.com>

    [ 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 | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/net/bonding/bond_main.c
    +++ b/drivers/net/bonding/bond_main.c
    @@ -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);



    \
     
     \ /
      Last update: 2014-05-29 09:41    [W:4.143 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site