Revert "clk: rockchip: rk3368: Add CLK_IGNORE_UNUSED flag for mipi phy refclk"
[firefly-linux-kernel-4.4.55.git] / kernel / pid_namespace.c
index a65ba137fd15b42ba840ca1e46243ef44fa6839c..567ecc826bc8e3adf13da71788e2d523dca050d4 100644 (file)
@@ -255,7 +255,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();