rcu: rcu_sched_grace_period(): kill the bogus flush_signals()
authorOleg Nesterov <oleg@redhat.com>
Sun, 3 May 2009 21:11:18 +0000 (23:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 5 May 2009 18:28:05 +0000 (20:28 +0200)
commit41c51c98f588edcdf6141cff1895df738e03ddd4
treeb33243575558927974e0f90735fac5224dd135cf
parent05725f7eb4b8acb147c5fc7b91397b1f6bcab00d
rcu: rcu_sched_grace_period(): kill the bogus flush_signals()

As a kernel thread, rcu_sched_grace_period() runs with all signals ignored.
It can never receive a signal even if it sleeps in TASK_INTERRUPTIBLE, it
needs the explicit allow_signal() to be visible for signals.

[ Impact: reduce kernel size, remove dead code ]

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <20090503211118.GA22973@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/rcupreempt.c