]> asedeno.scripts.mit.edu Git - linux.git/commit
rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
authorDavid Howells <dhowells@redhat.com>
Fri, 24 Nov 2017 10:18:40 +0000 (10:18 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 24 Nov 2017 10:18:40 +0000 (10:18 +0000)
commit03a6c82218b9a87014b2c6c4e178294fdc8ebd8a
tree79ec7d435214608d096202d0513fa5209b8925d2
parent1d3b78bbc6e983fabb3fbf91b76339bf66e4a12c
rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing

The caller of rxrpc_accept_call() must release the lock on call->user_mutex
returned by that function.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/sendmsg.c