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

rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is



rxrpc_connection_lock shouldn't be accessed as a BH-excluding lock.  It's
only accessed in a few places and none of those are in BH-context.

rxrpc_transport::conn_lock, however, *is* a BH-excluding lock and should be
accessed so consistently.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 42886ffe
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