From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:45 +0000 (-0700) Subject: kill_pid_info: don't take now unneeded tasklist_lock X-Git-Tag: v2.6.26-rc1~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca25b551309eb1b1b41f83414a92f7472e0b23d;p=pandora-kernel.git kill_pid_info: don't take now unneeded tasklist_lock Previously handle_stop_signal(SIGCONT) could drop ->siglock. That is why kill_pid_info(SIGCONT) takes tasklist_lock to make sure the target task can't go away after unlock. Not needed now. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Cc: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed