[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 12 Feb 2007 08:53:01 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:32 +0000 (09:48 -0800)
commit41487c65bfcce9c8e4d123da1719fcfd8df6d4d0
treee2e0e13bc3178c2cff766f1e0165bbbabdb2ed98
parentab521dc0f8e117fd808d3e425216864d60390500
[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 <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>
fs/ioprio.c
kernel/capability.c
kernel/sys.c