aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index d0342101756a..4d0754269884 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1878,9 +1878,6 @@ extern struct pid_namespace init_pid_ns;
1878/* 1878/*
1879 * find a task by one of its numerical ids 1879 * find a task by one of its numerical ids
1880 * 1880 *
1881 * find_task_by_pid_type_ns():
1882 * it is the most generic call - it finds a task by all id,
1883 * type and namespace specified
1884 * find_task_by_pid_ns(): 1881 * find_task_by_pid_ns():
1885 * finds a task by its pid in the specified namespace 1882 * finds a task by its pid in the specified namespace
1886 * find_task_by_vpid(): 1883 * find_task_by_vpid():
@@ -1889,9 +1886,6 @@ extern struct pid_namespace init_pid_ns;
1889 * see also find_vpid() etc in include/linux/pid.h 1886 * see also find_vpid() etc in include/linux/pid.h
1890 */ 1887 */
1891 1888
1892extern struct task_struct *find_task_by_pid_type_ns(int type, int pid,
1893 struct pid_namespace *ns);
1894
1895extern struct task_struct *find_task_by_vpid(pid_t nr); 1889extern struct task_struct *find_task_by_vpid(pid_t nr);
1896extern struct task_struct *find_task_by_pid_ns(pid_t nr, 1890extern struct task_struct *find_task_by_pid_ns(pid_t nr,
1897 struct pid_namespace *ns); 1891 struct pid_namespace *ns);