net: lockless implementation of SO_TXREHASH
authorEric Dumazet <edumazet@google.com>
Thu, 21 Sep 2023 20:28:16 +0000 (20:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 18:09:54 +0000 (19:09 +0100)
commit5eef0b8de1be40c5d05873b7e3d63824300c9f39
tree1dc4786807f52ef44c11381914fa570ef297a2ed
parent28b24f90020fed8e8e3e8e20575f08c1cd06e54f
net: lockless implementation of SO_TXREHASH

sk->sk_txrehash readers are already safe against
concurrent change of this field.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c