• A
    untangling process_vm_..., part 2 · c61c7038
    Al Viro 提交于
    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: NAl Viro <viro@zeniv.linux.org.uk>
    c61c7038
process_vm_access.c 13.2 KB