[PATCH] __dequeue_signal() cleanup
authorRoland McGrath <roland@redhat.com>
Fri, 29 Sep 2006 09:00:31 +0000 (02:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:15 +0000 (09:18 -0700)
commit27d91e07f9b863fa94491ffafe250580f0c2ce78
tree0e5237670110b70496d68398e68a071c43c9e03e
parentb9ecb2bd5d3ab8904752685696cb76aac1f3fef2
[PATCH] __dequeue_signal() cleanup

This tightens up __dequeue_signal a little.  It also avoids doing
recalc_sigpending twice in a row, instead doing it once in dequeue_signal.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/signal.c