[PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 12 Feb 2007 08:53:02 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:32 +0000 (09:48 -0800)
commit9f57a54b6cf3f626334d97e93b5b917ad11e1efc
treed00c59378853d36b9508708e2d2ee38269eeb018
parent41487c65bfcce9c8e4d123da1719fcfd8df6d4d0
[PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid

Now that I have changed all of the users remove the old version of these
functions.  This should be a clear hint to any out of tree users that they
should use do_each_pid_task and while_each_pid_task for new code.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pid.h