]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/pid_namespace.c
UBUNTU: Ubuntu-raspi2-4.10.0-1003.5
[mirror_ubuntu-zesty-kernel.git] / kernel / pid_namespace.c
index eef2ce9686366a72e9dadaa9056bcda8295ae93d..3976dd57db78665a783f54d5361a59c621e37bcf 100644 (file)
@@ -274,7 +274,7 @@ void zap_pid_ns_processes(struct pid_namespace *pid_ns)
         * if reparented.
         */
        for (;;) {
-               set_current_state(TASK_UNINTERRUPTIBLE);
+               set_current_state(TASK_INTERRUPTIBLE);
                if (pid_ns->nr_hashed == init_pids)
                        break;
                schedule();