diff options
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r-- | mm/mempolicy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index a09ca3b1cf9c..c1592a94582f 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
@@ -941,8 +941,7 @@ asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode, | |||
941 | 941 | ||
942 | /* Find the mm_struct */ | 942 | /* Find the mm_struct */ |
943 | read_lock(&tasklist_lock); | 943 | read_lock(&tasklist_lock); |
944 | task = pid ? | 944 | task = pid ? find_task_by_vpid(pid) : current; |
945 | find_task_by_pid_ns(pid, current->nsproxy->pid_ns) : current; | ||
946 | if (!task) { | 945 | if (!task) { |
947 | read_unlock(&tasklist_lock); | 946 | read_unlock(&tasklist_lock); |
948 | return -ESRCH; | 947 | return -ESRCH; |