diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-25 04:48:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 13:53:45 -0400 |
commit | e49859e71e0318b564de1546bdc30fab738f9deb (patch) | |
tree | 74f63bbfad6ca9682404e85c3d69482663273004 /include/linux/sched.h | |
parent | 19b0cfcca41dd772065671ad0584e1cea0f3fd13 (diff) |
pidns: remove now unused find_pid function.
This one had the only users so far - the kill_proc, which is removed, so
drop this (invalid in namespaced world) call too.
And of course - erase all references on it from comments.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 134cb5cb506c..182da1550fad 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1718,7 +1718,7 @@ extern struct pid_namespace init_pid_ns; | |||
1718 | * find_task_by_pid(): | 1718 | * find_task_by_pid(): |
1719 | * finds a task by its global pid | 1719 | * finds a task by its global pid |
1720 | * | 1720 | * |
1721 | * see also find_pid() etc in include/linux/pid.h | 1721 | * see also find_vpid() etc in include/linux/pid.h |
1722 | */ | 1722 | */ |
1723 | 1723 | ||
1724 | extern struct task_struct *find_task_by_pid_type_ns(int type, int pid, | 1724 | extern struct task_struct *find_task_by_pid_type_ns(int type, int pid, |