summaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
authorAl Viro2014-11-28 22:39:25 +0100
committerAl Viro2015-02-04 07:34:15 +0100
commit1d10eb2f156f5fc83cf6c7ce60441592e66eadb3 (patch)
treeb330398099f3da04395326250a747399495dc906 /net/socket.c
parentnet: bury net/core/iovec.c - nothing in there is used anymore (diff)
downloadkernel-qcow2-linux-1d10eb2f156f5fc83cf6c7ce60441592e66eadb3.tar.gz
kernel-qcow2-linux-1d10eb2f156f5fc83cf6c7ce60441592e66eadb3.tar.xz
kernel-qcow2-linux-1d10eb2f156f5fc83cf6c7ce60441592e66eadb3.zip
crypto: switch af_alg_make_sg() to iov_iter
With that, all ->sendmsg() instances are converted to iov_iter primitives and are agnostic wrt the kind of iov_iter they are working with. So's the last remaining ->recvmsg() instance that wasn't kind-agnostic yet. All ->sendmsg() and ->recvmsg() advance ->msg_iter by the amount actually copied and none of them modifies the underlying iovec, etc. Cc: linux-crypto@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions