Eric Dumazet cf778b00e9 net: reintroduce missing rcu_assign_pointer() calls
commit a9b3cd7f32 (rcu: convert uses of rcu_assign_pointer(x, NULL) to
RCU_INIT_POINTER) did a lot of incorrect changes, since it did a
complete conversion of rcu_assign_pointer(x, y) to RCU_INIT_POINTER(x,
y).

We miss needed barriers, even on x86, when y is not NULL.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Stephen Hemminger <shemminger@vyatta.com>
CC: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-01-12 12:26:56 -08:00
..
2011-12-11 18:25:16 -05:00
2011-06-05 14:33:39 -07:00
2012-01-03 22:55:04 -05:00
2011-10-19 13:58:30 -07:00
2012-01-03 22:55:04 -05:00
2011-12-21 21:59:45 +01:00
2011-12-11 18:25:16 -05:00
2011-12-11 18:25:16 -05:00
2010-12-17 15:48:21 -05:00
2011-11-22 16:43:32 -05:00