From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:22 +0000 (-0800) Subject: [PATCH] do_signal_stop: don't take tasklist_lock X-Git-Tag: v2.6.17-rc1~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a122b341b74c08020f6521b615acca6a692aac79;p=pandora-kernel.git [PATCH] do_signal_stop: don't take tasklist_lock do_signal_stop() does not need tasklist_lock anymore. So it does not need to do misc re-checks, and we can simplify the code. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed