]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Add missing unlock in rxrpc_call_accept()
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:22 +0000 (22:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:22 +0000 (22:36 +0100)
commit01552ba18878698cb9a9402bd7333776336b3587
treea0b1245c763db2efdf8c92411f08d51404e668b2
parent954c43d12f955a95c1ea77432e0b74c5895e16a6
rxrpc: Add missing unlock in rxrpc_call_accept()

Add a missing unlock in rxrpc_call_accept() in the path taken if there's no
call to wake up.

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