rxrpc: Remove the _bh annotation from all the spinlocks
authorDavid Howells <dhowells@redhat.com>
Fri, 24 Jan 2020 10:21:15 +0000 (10:21 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:42 +0000 (13:36 +0000)
commit3dd9c8b5f09fd24652729a3da5c5efa3ec2c4590
tree7325670c28397dae62cf553efe6fba29ac39e921
parent5e6ef4f1017c7f844e305283bbd8875af475e2fc
rxrpc: Remove the _bh annotation from all the spinlocks

None of the spinlocks in rxrpc need a _bh annotation now as the RCU
callback routines no longer take spinlocks and the bulk of the packet
wrangling code is now run in the I/O thread, not softirq context.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
13 files changed:
net/rxrpc/af_rxrpc.c
net/rxrpc/call_accept.c
net/rxrpc/call_event.c
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/conn_event.c
net/rxrpc/conn_service.c
net/rxrpc/input.c
net/rxrpc/output.c
net/rxrpc/peer_event.c
net/rxrpc/peer_object.c
net/rxrpc/recvmsg.c
net/rxrpc/sendmsg.c