linux_dsm_epyc7002/drivers/net/ppp
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
..
bsd_comp.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
Kconfig ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
Makefile ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_async.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_deflate.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_generic.c Merge branch 'master' of github.com:davem330/net 2011-09-22 03:23:13 -04:00
ppp_mppe.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_mppe.h ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
ppp_synctty.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
pppoe.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
pppox.c ppp: Move the PPP drivers 2011-08-27 00:58:26 -07:00
pptp.c net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00