Jay Vosburgh wrote:
Fix the functions that store the primary and active slave options via sysfs to hold the correct locks in the correct order.The bond_change_active_slave and bond_select_active_slave functions both require rtnl, bond->lock for read and curr_slave_lock for write_bh, and no other locks. This is so that the lower level mode-specific functions (notably for balance-alb mode) can release locks down to just rtnl in order to call, e.g., dev_set_mac_address with the locks it expects (rtnl only). Signed-off-by: Jay Vosburgh <[EMAIL PROTECTED]> Signed-off-by: Andy Gospodarek <[EMAIL PROTECTED]> --- drivers/net/bonding/bond_sysfs.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-)
applied 1-7 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
