diff --git a/[refs] b/[refs] index d8e946daa2f6..1497064131da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ade6648b3b11a5d81f6f28135193ab6d85d621db +refs/heads/master: dd12f48d4e8774415b528d3991ae47c28f26e1ac diff --git a/trunk/kernel/signal.c b/trunk/kernel/signal.c index ca1186eef938..d282fea81138 100644 --- a/trunk/kernel/signal.c +++ b/trunk/kernel/signal.c @@ -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. */