linux/drivers/net/bonding
dingtianhong f23691095b bonding: rebuild the bond_resend_igmp_join_requests_delayed()
The bond_resend_igmp_join_requests_delayed() and
bond_resend_igmp_join_requests() should be integrated,
because the bond_resend_igmp_join_requests_delayed() did
nothing except bond_resend_igmp_join_requests().

The bond igmp_retrans could only be changed in bond_change_active_slave
and here, bond_change_active_slave will be called in RTNL and curr_slave_lock,
the bond_resend_igmp_join_requests already hold RTNL, so no need
to free RTNL and hold curr_slave_lock again, it may be a small optimization,
so move the igmp_retrans in RTNL and remove the curr_slave_lock.

Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-14 01:58:02 -05:00
..
bond_3ad.c bonding: add RCU for bond_3ad_state_machine_handler() 2013-12-14 01:58:02 -05:00
bond_3ad.h bonding: fix multiple 3ad mode sysfs race conditions 2013-05-19 23:25:49 -07:00
bond_alb.c bonding: rebuild the lock use for bond_alb_monitor() 2013-12-14 01:58:01 -05:00
bond_alb.h drivers/net/*: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
bond_debugfs.c bonding: delete migrated IP addresses from the rlb hash table 2012-11-30 12:07:27 -05:00
bond_main.c bonding: rebuild the bond_resend_igmp_join_requests_delayed() 2013-12-14 01:58:02 -05:00
bond_netlink.c bonding: add arp_all_targets netlink support 2013-12-14 01:07:32 -05:00
bond_options.c bonding: remove unwanted lock for bond_option_active_slave_set() 2013-12-14 01:58:02 -05:00
bond_procfs.c bonding: don't use bond_next_slave() in bond_info_seq_next() 2013-09-28 15:28:06 -07:00
bond_sysfs.c bonding: remove unwanted lock for bond_store_primaryxxx() 2013-12-14 01:58:02 -05:00
bonding.h bonding: create bond_first_slave_rcu() 2013-12-14 01:58:02 -05:00
Makefile bonding: move mode setting into separate function 2013-10-19 18:58:45 -04:00