Re: [PATCH net-next] rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller

From: David Miller
Date: Fri Aug 03 2018 - 15:46:37 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Fri, 03 Aug 2018 17:06:56 +0100

> 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@xxxxxxxxxx>

Applied, thanks David.