afs: Fix error code returned from wait
If a client operation for which we're waiting gets interrupted, we need to try
aborting it and then call rxrpc_kernel_recv_data() to find out how the call
actually completed (we could race with an incoming abort, for example).
If we did manage to abort the call, we also need to log the fact that the call
is now complete.
Signed-off-by: David Howells <dhowells@redhat.com>
Showing
Please register or sign in to comment