untangling process_vm_..., part 4
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Feb 2014 15:40:15 +0000 (10:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:26 +0000 (23:19 -0400)
commit1291afc18115885cf3ff265a5dc836393060e820
treeac1a0c036a2711ab4fd896d706bb0b13deebc6d3
parent12e3004e464f554e0d57ddd0b4185060275e1f12
untangling process_vm_..., part 4

instead of passing vector size (by value) and index (by reference),
pass the number of elements remaining.  That's all we care about
in these functions by that point.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/process_vm_access.c