X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpid_namespace.c;h=fab8ea86fac3f44156b0e3c50c00404080073da6;hb=6ca09dfc9f180d038dcef93c167a833f43a8246f;hp=ea567b78d1aa6111bf207ac0556ff1e35b088794;hpb=9389523a77be0a7e01d957c836733b5c9d5530a1;p=pandora-kernel.git diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c index ea567b78d1aa..fab8ea86fac3 100644 --- a/kernel/pid_namespace.c +++ b/kernel/pid_namespace.c @@ -179,9 +179,6 @@ void zap_pid_ns_processes(struct pid_namespace *pid_ns) rc = sys_wait4(-1, NULL, __WALL, NULL); } while (rc != -ECHILD); - - /* Child reaper for the pid namespace is going away */ - pid_ns->child_reaper = NULL; acct_exit_ns(pid_ns); return; }