diff options
author | 2021-09-18 14:36:07 +0800 | |
---|---|---|
committer | 2021-09-19 12:56:02 +0100 | |
commit | 4fc29989835ab7379f807854b5f7338b752b9f1a (patch) | |
tree | 129d9b2d493ca913acc2b20e15f1c7c9cf5aa119 /net/ipv4/tcp_fastopen.c | |
parent | virtio_net: use netdev_warn_once to output warn when without enough queues (diff) | |
download | wireguard-linux-4fc29989835ab7379f807854b5f7338b752b9f1a.tar.xz wireguard-linux-4fc29989835ab7379f807854b5f7338b752b9f1a.zip |
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: Yajun Deng <yajun.deng@linux.dev>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
0 files changed, 0 insertions, 0 deletions