commit | 1d10eb2f156f5fc83cf6c7ce60441592e66eadb3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Nov 28 16:39:25 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 04 01:34:15 2015 -0500 |
tree | b330398099f3da04395326250a747399495dc906 | |
parent | 31a25fae85956e3a9c778141d29e5e803fb0b124 [diff] |
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>