]> err.no Git - linux-2.6/blobdiff - kernel/pid.c
Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2...
[linux-2.6] / kernel / pid.c
index 1d9cc268b499e630b1762afcc722fe834b391f55..2efe9d8d367b9346e1a38bc92027f0a24345029d 100644 (file)
@@ -65,7 +65,8 @@ struct pid_namespace init_pid_ns = {
        .pidmap = {
                [ 0 ... PIDMAP_ENTRIES-1] = { ATOMIC_INIT(BITS_PER_PAGE), NULL }
        },
-       .last_pid = 0
+       .last_pid = 0,
+       .child_reaper = &init_task
 };
 
 /*