From: Stephen Wilson Date: Sun, 13 Mar 2011 19:49:19 +0000 (-0400) Subject: mm: factor out main logic of access_process_vm X-Git-Tag: v2.6.39-rc1~99^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206cb636576b969e9b471cdedeaea7752e6acb33;p=pandora-kernel.git mm: factor out main logic of access_process_vm Introduce an internal helper __access_remote_vm and base access_process_vm on top of it. This new method may be called with a NULL task_struct if page fault accounting is not desired. This code will be shared with a new address space accessor that is independent of task_struct. Signed-off-by: Stephen Wilson Signed-off-by: Al Viro --- Reading git-diff-tree failed