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)
commit94bc669efa3beb1f6b171f5a3225079bc457d4a2
treea8568461f080502d6c23412e063107761b5b2ccf
parentd7833d00915e1fb5743e94d3c207810b30e9fc38
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