summaryrefslogtreecommitdiff
path: root/crypto/compress.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2014-11-28 16:39:25 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2015-02-04 01:34:15 -0500
commita72af7c1bd53909767dfa0eae82c18ebfc90c2a4 (patch)
tree6fdbfe3170e4f040d3b43fd2050f322434b3568d /crypto/compress.c
parent9ed6fbbed6c0edbd66c948e4e3a4036695f11f5f (diff)
downloadlinux-crypto-a72af7c1bd53909767dfa0eae82c18ebfc90c2a4.tar.gz
linux-crypto-a72af7c1bd53909767dfa0eae82c18ebfc90c2a4.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 'crypto/compress.c')
0 files changed, 0 insertions, 0 deletions