diff options
author | Oleg Nesterov <oleg@tv-sign.ru> | 2008-07-25 01:47:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 10:53:38 -0700 |
commit | 2b201a9eddf509e8e935b45e573648e36f4b623f (patch) | |
tree | 84cbb34667bcde5566e5c3d127c9089bb9792dab /fs/exec.c | |
parent | 92413d771e7123304fb4b9efd2a00cccc946e383 (diff) | |
download | op-kernel-dev-2b201a9eddf509e8e935b45e573648e36f4b623f.zip op-kernel-dev-2b201a9eddf509e8e935b45e573648e36f4b623f.tar.gz |
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
fae5fa44f1fd079ffbed8e0add929dd7bbd1347f changed do_signal_stop() to check
SIGNAL_UNKILLABLE, this wasn't needed. If signal_group_exit() == F, the
signal sent to SIGNAL_UNKILLABLE task must be already filtered out by the
caller, get_signal_to_deliver(). And if signal_group_exit() == T we are
not going to stop.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/exec.c')
0 files changed, 0 insertions, 0 deletions