[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit
[safe/jmp/linux-2.6] / kernel / signal.c
index ca1186e..d282fea 100644 (file)
@@ -692,7 +692,7 @@ static void handle_stop_signal(int sig, struct task_struct *p)
 {
        struct task_struct *t;
 
-       if (p->flags & SIGNAL_GROUP_EXIT)
+       if (p->signal->flags & SIGNAL_GROUP_EXIT)
                /*
                 * The process is in the middle of dying already.
                 */