Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6
[profile/ivi/kernel-x86-ivi.git] / fs / exec.c
index 5e62d26..8328beb 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1659,6 +1659,7 @@ static int zap_process(struct task_struct *start, int exit_code)
 
        t = start;
        do {
+               task_clear_group_stop_pending(t);
                if (t != current && t->mm) {
                        sigaddset(&t->pending.signal, SIGKILL);
                        signal_wake_up(t, 1);