]> 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)
commit4cdff4227636a51817d8b38dcaa198328689c267
treea0b1245c763db2efdf8c92411f08d51404e668b2
parent163659f54afe3a56efae755271838613f2d8e52c
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