From: Oleg Nesterov Date: Sun, 3 May 2009 21:11:18 +0000 (+0200) Subject: rcu: rcu_sched_grace_period(): kill the bogus flush_signals() X-Git-Tag: v2.6.31-rc1~404^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c51c98f588edcdf6141cff1895df738e03ddd4;p=pandora-kernel.git 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 Reviewed-by: Paul E. McKenney Cc: Andrew Morton LKML-Reference: <20090503211118.GA22973@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed