summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/pid.c')
-rw-r--r--kernel/pid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pid.c b/kernel/pid.c
index ed6c343fe50d..157fe4b19971 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -70,7 +70,7 @@ int pid_max_max = PID_MAX_LIMIT;
70 */ 70 */
71struct pid_namespace init_pid_ns = { 71struct pid_namespace init_pid_ns = {
72 .kref = KREF_INIT(2), 72 .kref = KREF_INIT(2),
73 .idr = IDR_INIT, 73 .idr = IDR_INIT(init_pid_ns.idr),
74 .pid_allocated = PIDNS_ADDING, 74 .pid_allocated = PIDNS_ADDING,
75 .level = 0, 75 .level = 0,
76 .child_reaper = &init_task, 76 .child_reaper = &init_task,