tasks/exit: Remove unused task_is_dead() method
authorOleg Nesterov <oleg@redhat.com>
Wed, 13 Nov 2013 14:36:14 +0000 (15:36 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 27 Nov 2013 12:50:52 +0000 (13:50 +0100)
commit86506a99a62400e9f7b7d1344bcc9ea235faf98f
tree2d43728734fb17caf9dad8d17a3333c04250e4bf
parentbb8cbbfee68518796df4050868e5b0f5ad078f9f
tasks/exit: Remove unused task_is_dead() method

task_is_dead() has no users since commit 43e13cc107cf
("cred: remove task_is_dead() from __task_cred() validation"), and
nobody except exit.c should rely on ->exit_state (we still have
the users which should be changed).

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: David Laight <David.Laight@ACULAB.COM>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/20131113143614.GA10547@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h