]> asedeno.scripts.mit.edu Git - linux.git/commit
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller
authorDavid Howells <dhowells@redhat.com>
Fri, 3 Aug 2018 16:06:56 +0000 (17:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Aug 2018 19:46:20 +0000 (12:46 -0700)
commiteb9950eb31f56e57582a61c92073336d04a26542
tree07b8dce25311282d6511c5778cb2cd5d12f9fc89
parent3424b700225c2f76d599abc8e5ea03064790618b
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>
fs/afs/rxrpc.c
include/net/af_rxrpc.h
net/rxrpc/recvmsg.c