rxrpc: Queue the call on expiry
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)
commitd7833d00915e1fb5743e94d3c207810b30e9fc38
tree5d0c5805693642c1fcaa1bc9e75e5182ed95cc50
parentb3156274ca01297b861e912175820e78c9ac4d7c
rxrpc: Queue the call on expiry

When a call expires, it must be queued for the background processor to deal
with otherwise a service call that is improperly terminated will just sit
there awaiting an ACK and won't expire.

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