From: Oleg Nesterov Date: Thu, 10 Jun 2010 23:09:52 +0000 (+0200) Subject: sched: Remove the obsolete exit_state/signal hacks X-Git-Tag: v2.6.36-rc1~531^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48286d5088a3ba76de40a6b70221632a49cab7a1;p=pandora-kernel.git sched: Remove the obsolete exit_state/signal hacks account_group_xxx() functions check ->exit_state to ensure that current->signal is valid and can't go away. This is not needed since ea6d290c, task->signal is pinned to task_struct. The comment and another hack in account_group_exec_runtime() refers to task_rq_unlock_wait() which was already removed by b7b8ff63. Signed-off-by: Oleg Nesterov Signed-off-by: Peter Zijlstra LKML-Reference: <20100610230952.GA25914@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed