Skip to content
  • Al Viro's avatar
    untangling process_vm_..., part 2 · c61c7038
    Al Viro authored
    
    
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    c61c7038