]> git.baikalelectronics.ru Git - kernel.git/commit
signals: kill the awful task_rq_unlock_wait() hack
authorOleg Nesterov <oleg@redhat.com>
Wed, 26 May 2010 21:43:18 +0000 (14:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 May 2010 16:12:46 +0000 (09:12 -0700)
commitcf6a8ed68bce58593314807b62e5803689522001
tree128a1b2cf026fb8b9791eaefb6f79f872999a5c6
parent0e4fee986ae6110504528012ea24723e2c65bf65
signals: kill the awful task_rq_unlock_wait() hack

Now that task->signal can't go away we can revert the horrible hack added
by b51135e65e4fb68d596d3dc1413435eb0855e2d4 ("fix for
account_group_exec_runtime(), make sure ->signal can't be freed under
rq->lock").

And we can do more cleanups sched_stats.h/posix-cpu-timers.c later.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
kernel/exit.c
kernel/sched.c