From: Oleg Nesterov Date: Fri, 25 Jul 2008 08:47:29 +0000 (-0700) Subject: __exit_signal: don't take rcu lock X-Git-Tag: v2.6.27-rc1~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3854a771821c970065e3203a0b40ddc4101538cc;p=pandora-kernel.git __exit_signal: don't take rcu lock There is no reason for rcu_read_lock() in __exit_signal(). tsk->sighand can only be changed if tsk does exec, obviously this is not possible. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed