Skip to content
Snippets Groups Projects
Commit 4fc29989 authored by Yajun Deng's avatar Yajun Deng Committed by David S. Miller
Browse files

net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTER


It no need barrier when assigning a NULL value to an RCU protected
pointer. So use RCU_INIT_POINTER() instead for more fast.

Signed-off-by: default avatarYajun Deng <yajun.deng@linux.dev>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ce4e3d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment