linux/drivers/net/bonding
Nikolay Aleksandrov 56924c3811 bonding: consolidate the two rlb_next_rx_slave functions into one
__rlb_next_rx_slave() is a copy of rlb_next_rx_slave() with the
difference that it uses rcu primitives to walk the slave list. We don't
need the two functions and can make rlb_next_rx_slave() a wrapper for
callers which hold RTNL.
So add a comment and ASSERT_RTNL() to make sure what is intended.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-15 17:19:49 -04:00
..
bond_3ad.c bonding: 3ad: convert to bond->mode_lock 2014-09-13 16:29:07 -04:00
bond_3ad.h bonding: 3ad: convert to bond->mode_lock 2014-09-13 16:29:07 -04:00
bond_alb.c bonding: consolidate the two rlb_next_rx_slave functions into one 2014-09-15 17:19:49 -04:00
bond_alb.h bonding: alb: convert to bond->mode_lock 2014-09-13 16:29:07 -04:00
bond_debugfs.c bonding: alb: convert to bond->mode_lock 2014-09-13 16:29:07 -04:00
bond_main.c bonding: adjust locking comments 2014-09-13 16:29:07 -04:00
bond_netlink.c bonding: convert primary_slave to use RCU 2014-09-09 17:31:35 -07:00
bond_options.c bonding: clean curr_slave_lock use 2014-09-13 16:29:06 -04:00
bond_options.h bonding: make a generic sysfs option store and fix comments 2014-05-09 16:12:51 -04:00
bond_procfs.c bonding: procfs: clean bond->lock usage and use RCU 2014-09-09 17:31:35 -07:00
bond_sysfs_slave.c bonding: use kobject_put instead of _del after kobject_add 2014-07-31 11:16:09 -07:00
bond_sysfs.c bonding: convert primary_slave to use RCU 2014-09-09 17:31:35 -07:00
bonding.h bonding: adjust locking comments 2014-09-13 16:29:07 -04:00
Makefile bonding: add sysfs /slave dir for bond slave devices. 2014-01-17 18:51:58 -08:00