From: Al Viro Date: Fri, 28 Nov 2014 20:48:29 +0000 (-0500) Subject: net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() X-Git-Tag: fixes-v4.0-rc1~150^2~61^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21226abb4e9f14d88238964d89b279e461ddc30c;p=pandora-kernel.git net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() That takes care of the majority of ->sendmsg() instances - most of them via memcpy_to_msg() or assorted getfrag() callbacks. One place where we still keep memcpy_fromiovecend() is tipc - there we potentially read the same data over and over; separate patch, that... Signed-off-by: Al Viro --- Reading git-diff-tree failed