]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/do_mounts.c
virtio: Recycle unused recv buffer pages for large skbs in net driver
[linux-2.6-omap-h63xx.git] / init / do_mounts.c
index 660c1e50c91b7a622b2e65bf1095cd4e982b58af..a1de1bf3d6b9d5694cf71b4c4a9dc03193636b96 100644 (file)
@@ -372,7 +372,8 @@ void __init prepare_namespace(void)
 
        if (saved_root_name[0]) {
                root_device_name = saved_root_name;
-               if (!strncmp(root_device_name, "mtd", 3)) {
+               if (!strncmp(root_device_name, "mtd", 3) ||
+                   !strncmp(root_device_name, "ubi", 3)) {
                        mount_block_root(root_device_name, root_mountflags);
                        goto out;
                }