aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/migrate.c')
-rw-r--r--mm/migrate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/migrate.c b/mm/migrate.c
index c479357b5480..4d6ee03db946 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -925,8 +925,7 @@ asmlinkage long sys_move_pages(pid_t pid, unsigned long nr_pages,
925 925
926 /* Find the mm_struct */ 926 /* Find the mm_struct */
927 read_lock(&tasklist_lock); 927 read_lock(&tasklist_lock);
928 task = pid ? 928 task = pid ? find_task_by_vpid(pid) : current;
929 find_task_by_pid_ns(pid, current->nsproxy->pid_ns) : current;
930 if (!task) { 929 if (!task) {
931 read_unlock(&tasklist_lock); 930 read_unlock(&tasklist_lock);
932 return -ESRCH; 931 return -ESRCH;