diff options
author | Andreea-Cristina Bernat <[email protected]> | 2015-01-16 10:19:59 -0500 |
---|---|---|
committer | Roland Dreier <[email protected]> | 2015-02-17 10:26:19 -0800 |
commit | 590c3fec2dbfc07f1dbdb992f9f213a9f71d7719 (patch) | |
tree | d85c8b4cabf0a1d48a4b53462d9784d1f490ea73 /kernel/locking/rtmutex-debug.c | |
parent | 03c885913f914d17124432dd50caf2923a80847c (diff) |
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 'kernel/locking/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions