commit | d7833d00915e1fb5743e94d3c207810b30e9fc38 | [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 | 5d0c5805693642c1fcaa1bc9e75e5182ed95cc50 | |
parent | b3156274ca01297b861e912175820e78c9ac4d7c [diff] |
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>