]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Add missing notification
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:50 +0000 (08:11 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:50 +0000 (08:11 +0100)
commit1043b0a664a22ea9022eabb32c30a18a008023aa
treea8568461f080502d6c23412e063107761b5b2ccf
parentadab54ff3acb7ce104aeeab196699e1a46788e18
rxrpc: Add missing notification

The call's background processor work item needs to notify the socket when
it completes a call so that recvmsg() or the AFS fs can deal with it.
Without this, call expiry isn't handled.

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