commit | eb9950eb31f56e57582a61c92073336d04a26542 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Aug 03 17:06:56 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 03 12:46:20 2018 -0700 |
tree | 07b8dce25311282d6511c5778cb2cd5d12f9fc89 | |
parent | 3424b700225c2f76d599abc8e5ea03064790618b [diff] |
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller Push iov_iter up from rxrpc_kernel_recv_data() to its caller to allow non-contiguous iovs to be passed down, thereby permitting file reading to be simplified in the AFS filesystem in a future patch. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>