commit | 94bc669efa3beb1f6b171f5a3225079bc457d4a2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 06 08:11:50 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 06 08:11:50 2016 +0100 |
tree | a8568461f080502d6c23412e063107761b5b2ccf | |
parent | d7833d00915e1fb5743e94d3c207810b30e9fc38 [diff] |
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>