summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorPavel Emelyanov2008-07-25 10:48:36 +0200
committerLinus Torvalds2008-07-25 19:53:45 +0200
commite49859e71e0318b564de1546bdc30fab738f9deb (patch)
tree74f63bbfad6ca9682404e85c3d69482663273004 /include/linux/sched.h
parentpidns: remove now unused kill_proc function (diff)
downloadkernel-qcow2-linux-e49859e71e0318b564de1546bdc30fab738f9deb.tar.gz
kernel-qcow2-linux-e49859e71e0318b564de1546bdc30fab738f9deb.tar.xz
kernel-qcow2-linux-e49859e71e0318b564de1546bdc30fab738f9deb.zip
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.h2
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;
* find_task_by_pid():
* finds a task by its global pid
*
- * see also find_pid() etc in include/linux/pid.h
+ * see also find_vpid() etc in include/linux/pid.h
*/
extern struct task_struct *find_task_by_pid_type_ns(int type, int pid,