commit | 647530924f47c93db472ee3cf43b7ef1425581b6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Oct 08 15:46:17 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Oct 08 22:42:04 2018 +0100 |
tree | 49c180e0069489ae18d8f60fcf089da7d523ed86 | |
parent | 298bc15b2079c324e82d0a6fda39c3d762af7282 [diff] |
rxrpc: Fix connection-level abort handling Fix connection-level abort handling to cache the abort and error codes properly so that a new incoming call can be properly aborted if it races with the parent connection being aborted by another CPU. The abort_code and error parameters can then be dropped from rxrpc_abort_calls(). Fixes: f5c17aaeb2ae ("rxrpc: Calls should only have one terminal state") Signed-off-by: David Howells <dhowells@redhat.com>