afs: Only progress call state at end of Tx phase from rxrpc callback
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Nov 2017 15:27:51 +0000 (15:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Nov 2017 15:38:19 +0000 (15:38 +0000)
commit5f0fc8ba6a1eec510a1e43def48697985d948a2c
tree4c86c037d01021506029dfe1c8d42432f15cb164
parentbf99a53ce22a29d64d3190093edf52f1d44d53b3
afs: Only progress call state at end of Tx phase from rxrpc callback

Only progress the AFS call state at the end of Tx phase from the callback
passed to rxrpc_kernel_send_data() rather than setting it before the last
data send call.

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