From: Al Viro Date: Wed, 5 Feb 2014 17:14:11 +0000 (-0500) Subject: process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user X-Git-Tag: v3.15-rc1~16^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240f3905f513cd5f27cc3f79bf03bf3f88323f41;p=pandora-kernel.git process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user ... rather than open-coding those. As a side benefit, we get much saner loop calling those; we can just feed entire pages, instead of the "copy would span the iovec boundary, let's do it in two loop iterations" mess. Signed-off-by: Al Viro --- Reading git-diff-tree failed