linux/drivers/net/team
Jiri Pirko 6dab015cf8 team: do RCU update path fixups
Use rcu_access_pointer and rcu_dereference_protected
to access RCU pointer by updater.
Use RCU_INIT_POINTER for NULL assignment of RCU pointer.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-20 14:29:12 -07:00
..
Kconfig team: add loadbalance mode 2012-04-04 20:30:40 -04:00
Makefile team: add loadbalance mode 2012-04-04 20:30:40 -04:00
team.c team: allow to send multiple set events in one message 2012-06-19 15:00:24 -07:00
team_mode_activebackup.c team: do RCU update path fixups 2012-06-20 14:29:12 -07:00
team_mode_loadbalance.c team: do RCU update path fixups 2012-06-20 14:29:12 -07:00
team_mode_roundrobin.c team: comments: s/net\/drivers\/team/drivers\/net\/team/ 2012-06-19 15:00:23 -07:00