From: Eric W. Biederman Date: Mon, 12 Feb 2007 08:53:02 +0000 (-0800) Subject: [PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid X-Git-Tag: v2.6.21-rc1~274^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f57a54b6cf3f626334d97e93b5b917ad11e1efc;p=pandora-kernel.git [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 Cc: Alan Cox Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed