diff options
author | David Howells <dhowells@redhat.com> | 2017-08-29 10:18:56 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-08-29 10:55:20 +0100 |
commit | e833251ad813168253fef9915aaf6a8c883337b0 (patch) | |
tree | d9eae5c029cf3e3439076dc79e1aaeff16bff126 /net/rxrpc/af_rxrpc.c | |
parent | 3ec0efde582e7e86a1a853ef96468aff86090d20 (diff) | |
download | linux-e833251ad813168253fef9915aaf6a8c883337b0.tar.bz2 |
rxrpc: Add notification of end-of-Tx phase
Add a callback to rxrpc_kernel_send_data() so that a kernel service can get
a notification that the AF_RXRPC call has transitioned out the Tx phase and
is now waiting for a reply or a final ACK.
This is called from AF_RXRPC with the call state lock held so the
notification is guaranteed to come before any reply is passed back.
Further, modify the AFS filesystem to make use of this so that we don't have
to change the afs_call state before sending the last bit of data.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/af_rxrpc.c')
0 files changed, 0 insertions, 0 deletions