Commit 544890a4 authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

Cc: "Eric W. Biederman" <ebiederm@xmission.com>

Cc: Ben Blum <bblum@google.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: Matt Helsley <matthltc@us.ibm.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent cae0f5da
......@@ -1557,7 +1557,7 @@ struct sighand_struct *threadgroup_fork_lock(struct task_struct *tsk)
rcu_read_lock();
list_for_each_entry_rcu(p, &tsk->thread_group, thread_group) {
if (p->sighand) {
sighand = tsk->sighand;
sighand = p->sighand;
break;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment