commit | c61c70384fad407bfcb066c3fb9271164d630212 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 05 10:22:50 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:25 2014 -0400 |
tree | 662d34e8b1f7dc18f4d702a30f45aad29a52fda2 | |
parent | 480402e18def5514c9dc8cb04e3c0e7482ff2b86 [diff] |
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 <viro@zeniv.linux.org.uk>