diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-30 09:45:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-31 21:40:22 +0200 |
commit | e6476c21447c4b17c47e476aade6facf050f31e8 (patch) | |
tree | 894a26efd117c5d984796c47fe8e4c4ed3b41872 /security | |
parent | virtio-net: get rid of unnecessary container of rq stats (diff) | |
download | linux-e6476c21447c4b17c47e476aade6facf050f31e8.tar.xz linux-e6476c21447c4b17c47e476aade6facf050f31e8.zip |
net: remove bogus RCU annotations on socket.wq
We never use RCU protection for it, just a lot of cargo-cult
rcu_deference_protects calls.
Note that we do keep the kfree_rcu call for it, as the references through
struct sock are RCU protected and thus might require a grace period before
freeing.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions