process_vm_access: don't bother with returning the amounts of bytes copied
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Feb 2014 18:15:28 +0000 (13:15 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:29 +0000 (23:19 -0400)
commit9acc1a0f9af244826de0eea2c38b78410eb0df6d
tree850049bb9d86b0a88b39b92b9641b37ed7a26a3c
parente21345f9c3f8a806604910cae886e471a860ab86
process_vm_access: don't bother with returning the amounts of bytes copied

we can calculate that in the caller just fine, TYVM

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