Kill the unneeded "killed = false", the next line overwrites "killed".
Signed-off-by: Oleg Nesterov <o...@redhat.com> --- xxx/kernel/utrace.c~DEAD_LINE 2009-03-09 21:41:04.000000000 +0100 +++ xxx/kernel/utrace.c 2009-03-10 17:42:02.000000000 +0100 @@ -440,7 +440,6 @@ static bool utrace_stop(struct task_stru */ try_to_freeze(); - killed = false; killed = finish_utrace_stop(task, utrace); /*