]> 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)
commit980c66456c97dc14e7beec43f13d4f074d99a86d
treea8568461f080502d6c23412e063107761b5b2ccf
parentbe02e15302ec40dc199e0d5364f404c6875da532
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