diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 0af8868525d6..b2445d86f226 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -1752,7 +1752,7 @@ static void do_notify_parent_cldstop(struct task_struct *tsk, | |||
1752 | * see comment in do_notify_parent() about the following 4 lines | 1752 | * see comment in do_notify_parent() about the following 4 lines |
1753 | */ | 1753 | */ |
1754 | rcu_read_lock(); | 1754 | rcu_read_lock(); |
1755 | info.si_pid = task_pid_nr_ns(tsk, parent->nsproxy->pid_ns); | 1755 | info.si_pid = task_pid_nr_ns(tsk, task_active_pid_ns(parent)); |
1756 | info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); | 1756 | info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); |
1757 | rcu_read_unlock(); | 1757 | rcu_read_unlock(); |
1758 | 1758 | ||