]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - init/do_mounts.c
init: reduce rootwait polling interval time to 5ms
[mirror_ubuntu-artful-kernel.git] / init / do_mounts.c
index dea5de95c2dd23771f44e58ada2d9b1dbfa1c5df..c2de5104aad2d64c51dfc480c7f5fa3e84daa1b4 100644 (file)
@@ -588,7 +588,7 @@ void __init prepare_namespace(void)
                        saved_root_name);
                while (driver_probe_done() != 0 ||
                        (ROOT_DEV = name_to_dev_t(saved_root_name)) == 0)
-                       msleep(100);
+                       msleep(5);
                async_synchronize_full();
        }