From: Oleg Nesterov Date: Mon, 2 Oct 2006 09:17:22 +0000 (-0700) Subject: [PATCH] pid: simplify pid iterators X-Git-Tag: v2.6.19-rc1~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d387cae075b0aec479adbdfb71df39f7de8e9adb;p=pandora-kernel.git [PATCH] pid: simplify pid iterators I think it is hardly possible to read the current do_each_task_pid(). The new version is much simpler and makes the code smaller. Only the do_each_task_pid change is tested, the do_each_pid_task isn't. Signed-off-by: Oleg Nesterov Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed