mm: make __access_remote_vm() static
[linux-block.git] / kernel / ptrace.c
index 443057bee87cb7469990f3ad1d6abe09a42c22f3..d8b5e13a2229f4ab4f6aed871cd702dbea4e01aa 100644 (file)
@@ -59,7 +59,7 @@ int ptrace_access_vm(struct task_struct *tsk, unsigned long addr,
                return 0;
        }
 
-       ret = __access_remote_vm(mm, addr, buf, len, gup_flags);
+       ret = access_remote_vm(mm, addr, buf, len, gup_flags);
        mmput(mm);
 
        return ret;