]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - init/do_mounts_initrd.c
[PATCH] devfs: Remove devfs from the partition code
[net-next-2.6.git] / init / do_mounts_initrd.c
index a05cabd0fd10420a20c6192b989cb8dd23629346..405f9031af873c1d4631e597e65f123d2fe95e65 100644 (file)
@@ -56,6 +56,7 @@ static void __init handle_initrd(void)
        sys_chroot(".");
        mount_devfs_fs ();
 
+       current->flags |= PF_NOFREEZE;
        pid = kernel_thread(do_linuxrc, "/linuxrc", SIGCHLD);
        if (pid > 0) {
                while (pid != sys_wait4(-1, NULL, 0, NULL))