Skip to content
Commit fa1d113a authored by David Howells's avatar David Howells
Browse files

rxrpc: Fix some missing _bh annotations on locking conn->state_lock



conn->state_lock may be taken in softirq mode, but a previous patch
replaced an outer lock in the response-packet event handling code, and lost
the _bh from that when doing so.

Fix this by applying the _bh annotation to the state_lock locking.

Fixes: a1399f8b ("rxrpc: Call channels should have separate call number spaces")
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 9a059cd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment