]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kill sigqueue->lock
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 30 Oct 2005 23:02:17 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:19 +0000 (17:37 -0800)
commit4103c0d8049c1e5e1454003a920c1219f6168b8c
tree30e0636d6163a5c0c3a4ad41c2d5f49cd858b457
parent8f9f669f06c83a5eda7e1a50398fd604c704cfb2
[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 <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/signal.h
kernel/signal.c