]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] has_stopped_jobs() cleanup
authorRoland McGrath <roland@redhat.com>
Fri, 29 Sep 2006 09:00:31 +0000 (02:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:15 +0000 (09:18 -0700)
commitb9ecb2bd5d3ab8904752685696cb76aac1f3fef2
treee831f310301d68bb16c0df0efca05a8045c9bb0b
parentfb50ae7446abb35184be029c51f825e45a4e0670
[PATCH] has_stopped_jobs() cleanup

This check has been obsolete since the introduction of TASK_TRACED.  Now
TASK_STOPPED always means job control stop.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/exit.c