]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64f1e4a3c2e4a0c7e730f09ed992c371a9bad953
tree850049bb9d86b0a88b39b92b9641b37ed7a26a3c
parent01a8a13dc5153c2882d206a1798b3ee72f85bb05
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