public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] more next_thread/while_each_thread changes
@ 2013-11-22 19:18 Oleg Nesterov
  2013-11-22 19:18 ` [PATCH 1/3] proc: change do_task_stat() to use while_each_thread() Oleg Nesterov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Oleg Nesterov @ 2013-11-22 19:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Michal Hocko, Sameer Nanda, Sergey Dyasly, linux-kernel

Trivial, change the remaining next_thread (ab)users to use
while_each_thread().

The last user which should be changed is next_tid(), but we can't
do this now.

__exit_signal() and complete_signal() are fine, they actually need
next_thread() logic.

Oleg.

 fs/proc/array.c |    3 +--
 kernel/signal.c |    7 +++----
 kernel/sys.c    |    3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-22 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 19:18 [PATCH 0/3] more next_thread/while_each_thread changes Oleg Nesterov
2013-11-22 19:18 ` [PATCH 1/3] proc: change do_task_stat() to use while_each_thread() Oleg Nesterov
2013-11-22 20:15   ` Sameer Nanda
2013-11-22 19:18 ` [PATCH 2/3] k_getrusage() can " Oleg Nesterov
2013-11-22 20:16   ` Sameer Nanda
2013-11-22 19:18 ` [PATCH 3/3] signals: change do_signal_stop/do_sigaction to " Oleg Nesterov
2013-11-22 20:17   ` Sameer Nanda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox