kernel-ark/net/netlabel
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
When assigning a NULL value to an RCU protected pointer, no barrier
is needed. The rcu_assign_pointer, used to handle that but will soon
change to not handle the special case.

Convert all rcu_assign_pointer of NULL value.

//smpl
@@ expression P; @@

- rcu_assign_pointer(P, NULL)
+ RCU_INIT_POINTER(P, NULL)

// </smpl>

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-02 04:29:23 -07:00
..
Kconfig
Makefile
netlabel_addrlist.c netlabel: Always remove the correct address selector 2009-04-22 00:46:09 -07:00
netlabel_addrlist.h Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" 2011-05-22 21:43:41 -07:00
netlabel_cipso_v4.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
netlabel_cipso_v4.h net: kill unused macros 2010-12-19 21:59:35 -08:00
netlabel_domainhash.c rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 2011-08-02 04:29:23 -07:00
netlabel_domainhash.h
netlabel_kapi.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
netlabel_mgmt.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
netlabel_mgmt.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
netlabel_unlabeled.c rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 2011-08-02 04:29:23 -07:00
netlabel_unlabeled.h net: kill unused macros 2010-12-19 21:59:35 -08:00
netlabel_user.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
netlabel_user.h netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms 2011-03-03 10:55:40 -08:00