linux-stable/drivers/net/team
Eric Dumazet 2cfa5a0471 net: treewide use of RCU_INIT_POINTER
rcu_assign_pointer(ptr, NULL) can be safely replaced by
RCU_INIT_POINTER(ptr, NULL)

(old rcu_assign_pointer() macro was testing the NULL value and could
omit the smp_wmb(), but this had to be removed because of compiler
warnings)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-23 18:48:19 -05:00
..
Kconfig
Makefile
team.c team: replace kmalloc+memcpy by kmemdup 2011-11-18 14:55:03 -05:00
team_mode_activebackup.c net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00
team_mode_roundrobin.c