commit | 1291afc18115885cf3ff265a5dc836393060e820 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 05 10:40:15 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:26 2014 -0400 |
tree | ac1a0c036a2711ab4fd896d706bb0b13deebc6d3 | |
parent | 12e3004e464f554e0d57ddd0b4185060275e1f12 [diff] |
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>