Searched hist:e833251a (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | af_rxrpc.h | e833251a Tue Aug 29 04:18:56 CDT 2017 David Howells <dhowells@redhat.com> 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> e833251a Tue Aug 29 04:18:56 CDT 2017 David Howells <dhowells@redhat.com> 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>
|
/openbmc/linux/net/rxrpc/ |
H A D | sendmsg.c | e833251a Tue Aug 29 04:18:56 CDT 2017 David Howells <dhowells@redhat.com> 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>
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | e833251a Tue Aug 29 04:18:56 CDT 2017 David Howells <dhowells@redhat.com> 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> e833251a Tue Aug 29 04:18:56 CDT 2017 David Howells <dhowells@redhat.com> 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>
|