From: Al Viro Date: Fri, 28 Nov 2014 21:39:25 +0000 (-0500) Subject: crypto: switch af_alg_make_sg() to iov_iter X-Git-Tag: fixes-v4.0-rc1~150^2~61^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d10eb2f156f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed