Eric Dumazet b914c4ea92 inetpeer: __rcu annotations
Adds __rcu annotations to inetpeer
	(struct inet_peer)->avl_left
	(struct inet_peer)->avl_right

This is a tedious cleanup, but removes one smp_wmb() from link_to_pool()
since we now use more self documenting rcu_assign_pointer().

Note the use of RCU_INIT_POINTER() instead of rcu_assign_pointer() in
all cases we dont need a memory barrier.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-27 11:37:33 -07:00
..
2010-10-21 04:26:39 -07:00
2010-10-12 12:44:53 -03:00
2010-09-23 14:33:39 -07:00
2010-10-17 13:49:14 -07:00
2010-09-23 14:33:39 -07:00
2010-10-16 11:13:24 -07:00
2010-10-27 11:37:31 -07:00
2010-10-27 11:37:32 -07:00
2010-10-25 13:09:44 -07:00
2010-09-23 14:33:39 -07:00
2010-10-27 11:37:33 -07:00
2010-10-25 13:09:45 -07:00
2010-10-05 20:39:38 -07:00
2010-10-27 11:37:32 -07:00
2010-09-23 14:33:39 -07:00
2010-10-25 14:18:27 -07:00
2010-10-21 03:09:45 -07:00
2010-10-25 14:18:28 -07:00
2010-10-21 16:05:41 +02:00
2010-10-27 11:37:32 -07:00