]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/signal.c
signals: move the definition of __group_complete_signal() up
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 30 Apr 2008 07:52:53 +0000 (00:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:35 +0000 (08:29 -0700)
commit71f11dc025055cb2ef9226424f26b3287efadd26
treed489b52d6d1779af1a325d4bed2354a07ca1cc60
parentdb51aeccd7097ce19a522a4c5ff91c320f870e2b
signals: move the definition of __group_complete_signal() up

Move the unchanged definition of __group_complete_signal() so that send_signal
can see it.  To simplify the reading of the next patches.

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