summaryrefslogtreecommitdiff
path: root/net/decnet
diff options
context:
space:
mode:
authorAndreea-Cristina Bernat <bernat.ada@gmail.com>2014-08-22 16:06:09 +0300
committerDavid S. Miller <davem@davemloft.net>2014-08-22 12:23:11 -0700
commit0932997e34bad52353c25756c55ccf97c522ae7c (patch)
tree8eace794c7b6f2f200eef02d9e4d3c329dcc13eb /net/decnet
parent8c6b00c816191ded80d1ccd5164b53168255ec15 (diff)
br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
The use of "rcu_assign_pointer()" is NULLing out the pointer. According to RCU_INIT_POINTER()'s block comment: "1. This use of RCU_INIT_POINTER() is NULLing out the pointer" it is better to use it instead of rcu_assign_pointer() because it has a smaller overhead. The following Coccinelle semantic patch was used: @@ @@ - rcu_assign_pointer + RCU_INIT_POINTER (..., NULL) Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions