Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rxrpc: Access socket accept queue under right lock
The socket's accept queue (socket->acceptq) should be accessed under socket->call_lock, not under the connection lock. Signed-off-by: David Howells <dhowells@redhat.com>
- Loading branch information