aboutsummaryrefslogtreecommitdiffstats
path: root/lib/timerqueue.c
diff options
context:
space:
mode:
authorAndreea-Cristina Bernat <[email protected]>2015-01-16 15:19:59 +0000
committerRoland Dreier <[email protected]>2015-02-17 18:26:19 +0000
commit590c3fec2dbfc07f1dbdb992f9f213a9f71d7719 (patch)
treed85c8b4cabf0a1d48a4b53462d9784d1f490ea73 /lib/timerqueue.c
parentIB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c (diff)
downloadkernel-590c3fec2dbfc07f1dbdb992f9f213a9f71d7719.tar.gz
kernel-590c3fec2dbfc07f1dbdb992f9f213a9f71d7719.zip
IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c
The uses of "rcu_assign_pointer()" are NULLing out the pointers. 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) [Derived from http://marc.info/?l=linux-rdma&m=140836519219236&w=2] Tested-by: Mike Marciniszyn <[email protected]> Signed-off-by: Andreea-Cristina Bernat <[email protected]> Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions