Skip to content
Commit fb6b68aa authored by David Howells's avatar David Howells Committed by Paul Gortmaker
Browse files

afs: Fix client call Rx-phase signal handling

commit 7d7587db upstream.

Fix the handling of signals in client rxrpc calls made by the afs
filesystem.  Ignore signals completely, leaving call abandonment or
connection loss to be detected by timeouts inside AF_RXRPC.

Allowing a filesystem call to be interrupted after the entire request has
been transmitted and an abort sent means that the server may or may not
have done the action - and we don't know.  It may even be worse than that
for older servers.

Fixes: bc5e3a54

 ("rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals")
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
[PG: one less rtt2 deletion in older v5.2 code base.]
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 900bb531
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment