afs: Check for fatal error when in waiting for ack state
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:50 +0000 (08:11 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:50 +0000 (08:11 +0100)
commit9008f998a2e992991a5d60656d4573ba4c516c58
tree241e180d6415b158251bc06b3ac2bcb207c6c1ba
parentcf69207afa2a750ba78782bb4ff4d72c1efb8e6b
afs: Check for fatal error when in waiting for ack state

When it's in the waiting-for-ACK state, the AFS filesystem needs to check
the result of rxrpc_kernel_recv_data() any time it is notified to see if it
is indicating a fatal error.  If this is the case, it needs to mark the
call completed otherwise the call just sits there and never goes away.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rxrpc.c