From: Eric W. Biederman Date: Mon, 12 Feb 2007 08:53:01 +0000 (-0800) Subject: [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task X-Git-Tag: v2.6.21-rc1~274^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41487c65bfcce9c8e4d123da1719fcfd8df6d4d0;p=pandora-kernel.git [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task There isn't any real advantage to this change except that it allows the old functions to be removed. Which is easier on maintenance and puts the code in a more uniform style. 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