FROMLIST: arm64: vdso32: Use full path to Clang instead of relying on PATH
[GitHub/exynos8895/android_kernel_samsung_universal8895.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();