Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
[deliverable/linux.git] / init / do_mounts_initrd.c
index f9acf71b98109434f09b396568caa4afc0ce3e16..a32ec1ce882b22dc96ed714a3f68e5838ed98af3 100644 (file)
@@ -61,6 +61,9 @@ static void __init handle_initrd(void)
        sys_mkdir("/old", 0700);
        sys_chdir("/old");
 
+       /* try loading default modules from initrd */
+       load_default_modules();
+
        /*
         * In case that a resume from disk is carried out by linuxrc or one of
         * its children, we need to tell the freezer not to wait for us.
This page took 0.025519 seconds and 5 git commands to generate.