MOBLIN: fastboot: remove "wait for all devices before mounting root" delay
[cascardo/linux.git] / init / do_mounts.c
index 42b0707..3f33263 100644 (file)
@@ -511,6 +511,7 @@ void __init prepare_namespace(void)
                ssleep(root_delay);
        }
 
+#if 0
        /*
         * wait for the known devices to complete their probing
         *
@@ -519,6 +520,8 @@ void __init prepare_namespace(void)
         * for the touchpad of a laptop to initialize.
         */
        wait_for_device_probe();
+#endif
+       async_synchronize_full();
 
        md_run_setup();