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)
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>

No differences found