aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2011-11-23 07:09:32 +0000
committerDavid S. Miller <[email protected]>2011-11-23 23:48:19 +0000
commit2cfa5a0471fef43fda0b7bd87e3a5e4dbadb7809 (patch)
tree0603cf740823a45337e2b82ba63bae96a6e75186 /net/ipv6/tcp_ipv6.c
parentnetprio_cgroup: Fix build break (diff)
downloadkernel-2cfa5a0471fef43fda0b7bd87e3a5e4dbadb7809.tar.gz
kernel-2cfa5a0471fef43fda0b7bd87e3a5e4dbadb7809.zip
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions