From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:37 +0000 (-0700) Subject: lock_task_sighand: add rcu lock/unlock X-Git-Tag: v2.6.26-rc1~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1406f2d321bae5ac5ff729dcb773336d9c05ec74;p=pandora-kernel.git lock_task_sighand: add rcu lock/unlock Most of the callers of lock_task_sighand() doesn't actually need rcu_lock(). lock_task_sighand() needs it only to safely play with tsk->sighand, it can take the lock itself. Signed-off-by: Oleg Nesterov Cc: "Eric W. Biederman" Cc: "Paul E. McKenney" Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed