signals: change collect_signal() to return void
commit100360f03077663b7bef3af44805b6cf700c3bee
authorOleg Nesterov <oleg@tv-sign.ru>
Fri, 25 Jul 2008 08:47:29 +0000 (25 01:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:38 +0000 (25 10:53 -0700)
tree338cedfd71101fdaeb317fc0692d1bf93bd3a1a7
parentd4434207616980885205c605697868c0f07e4378
signals: change collect_signal() to return void

With the recent changes collect_signal() always returns true.  Change it
to return void and update the single caller.

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