git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408a37d
)
job control: Small reorganization of wait_consider_task()
author
Tejun Heo
<tj@kernel.org>
Wed, 23 Mar 2011 09:37:01 +0000
(10:37 +0100)
committer
Tejun Heo
<tj@kernel.org>
Wed, 23 Mar 2011 09:37:01 +0000
(10:37 +0100)
Move EXIT_DEAD test in wait_consider_task() above ptrace check. As
ptraced tasks can't be EXIT_DEAD, this change doesn't cause any
behavior change. This is to prepare for further changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>
No differences found