From: Oleg Nesterov Date: Wed, 17 Oct 2007 06:27:00 +0000 (-0700) Subject: __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task X-Git-Tag: v2.6.24-rc1~704 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18442cf28af81378cf8996d264b368bba47cf846;p=pandora-kernel.git __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task Cleanup. __group_complete_signal() wakes up ->group_exit_task twice. The second wakeup's state includes TASK_UNINTERRUPTIBLE, which is not very appropriate. Change the code to pass the "correct" argument to signal_wake_up() and kill now unneeded wake_up_process(). Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed