• David Howells's avatar
    afs: Fix error code returned from wait · fcb871a2
    David Howells authored
    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: default avatarDavid Howells <dhowells@redhat.com>
    fcb871a2
rxrpc.c 20.1 KB