mm: implement access_remote_vm
authorStephen Wilson <wilsons@start.ca>
Sun, 13 Mar 2011 19:49:20 +0000 (15:49 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 23 Mar 2011 20:36:57 +0000 (16:36 -0400)
commit5ddd36b9c59887c6416e21daf984fbdd9b1818df
tree1cc7ce9a671f4c49dc594e1f5d1fc8b596e77b5f
parent206cb636576b969e9b471cdedeaea7752e6acb33
mm: implement access_remote_vm

Provide an alternative to access_process_vm that allows the caller to obtain a
reference to the supplied mm_struct.

Signed-off-by: Stephen Wilson <wilsons@start.ca>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/mm.h
mm/memory.c