]> git.baikalelectronics.ru Git - kernel.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)
commitecde1079e92a8ce2be56e2425fc0a17f732eec4f
tree07b8dce25311282d6511c5778cb2cd5d12f9fc89
parent8605aa643ec290d71a0b634abd3c1fbda4dca86f
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