From: Al Viro Date: Wed, 5 Feb 2014 15:22:50 +0000 (-0500) Subject: untangling process_vm_..., part 2 X-Git-Tag: v3.15-rc1~16^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61c70384fad407bfcb066c3fb9271164d630212;p=pandora-kernel.git untangling process_vm_..., part 2 move iov to caller's stack frame; the value we assign to it on the next call of process_vm_rw_pages() is equal to the value it had when the last time we were leaving process_vm_rw_pages(). drop lvec argument of process_vm_rw_pages() - it's not used anymore. Signed-off-by: Al Viro --- Reading git-diff-tree failed