From: Oleg Nesterov Date: Sun, 30 Oct 2005 23:02:17 +0000 (-0800) Subject: [PATCH] kill sigqueue->lock X-Git-Tag: v2.6.15-rc1~59^2~15^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a4fcb531659f2f7d18b5d04cee039176e9540d;p=pandora-kernel.git [PATCH] kill sigqueue->lock This lock is used in sigqueue_free(), but it is always equal to current->sighand->siglock, so we don't need to keep it in the struct sigqueue. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed