X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2Fdo_mounts_initrd.c;h=405f9031af873c1d4631e597e65f123d2fe95e65;hb=ba47f66bd9fc451e9ce88f291e057b2f4910d01c;hp=a05cabd0fd10420a20c6192b989cb8dd23629346;hpb=62778ba1aa2589dc78c36a32edc6f5a6ccaf50c6;p=pandora-kernel.git diff --git a/init/do_mounts_initrd.c b/init/do_mounts_initrd.c index a05cabd0fd10..405f9031af87 100644 --- a/init/do_mounts_initrd.c +++ b/init/do_mounts_initrd.c @@ -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))