commit | b3f575043fcd2926616a794db3f22280740fea6d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Jun 21 16:10:03 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Jun 22 09:10:02 2016 +0100 |
tree | 7b58eb35e0c4cf38a9f0f6dce186dea73aa2ac2e | |
parent | 42886ffe77f142c36ecf585d60fff2edd06b5be8 [diff] |
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: David Howells <dhowells@redhat.com>