cgroup: remove bind() method from cgroup_subsys.
[firefly-linux-kernel-4.4.55.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.