net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
authorEric Dumazet <edumazet@google.com>
Fri, 28 Jul 2023 15:03:11 +0000 (15:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jul 2023 17:13:41 +0000 (18:13 +0100)
commite6d12bdb435d23ff6c1890c852d85408a2f496ee
treec317d166387c93dfdb064d33730ae4e2e9226fe5
parentea7f45ef77b39e72244d282e47f6cb1ef4135cd2
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation

In a prior commit, I forgot to change sk_getsockopt()
when reading sk->sk_rcvlowat locklessly.

Fixes: eac66402d1c3 ("net: annotate sk->sk_rcvlowat lockless reads")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c