Oleg Nesterov d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks
1. It is much easier to grep for ->state change if __set_task_state() is used
   instead of the direct assignment.

2. ptrace_stop() and handle_group_stop() use set_task_state() which adds the
   unneeded mb() (btw even if we use mb() it is still possible that do_wait()
   sees the new ->state but not ->exit_code, but this is ok).

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-06 10:41:00 -08:00
..
2008-02-05 09:44:07 -08:00
2008-01-25 21:08:29 +01:00
2008-01-25 21:08:34 +01:00
2008-02-05 09:44:22 -08:00
2008-02-05 09:44:07 -08:00
2008-01-25 21:08:33 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:25 +01:00
2008-02-02 14:27:45 +11:00
2008-01-30 13:31:20 +01:00
2008-02-05 09:44:07 -08:00
2008-02-05 09:44:22 -08:00
2008-02-06 10:41:00 -08:00