patch-2.1.27 linux/fs/filesystems.c
Next file: linux/fs/nfs/nfsroot.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Fri Feb 21 14:58:35 1997
-  Orig file: 
v2.1.26/linux/fs/filesystems.c
-  Orig date: 
Sun Jan 26 02:07:44 1997
diff -u --recursive --new-file v2.1.26/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -54,6 +54,10 @@
 	init_minix_fs();
 #endif
 
+#ifdef CONFIG_ROMFS_FS
+	init_romfs_fs();
+#endif
+
 #ifdef CONFIG_UMSDOS_FS
 	init_umsdos_fs();
 #endif
@@ -104,10 +108,6 @@
 
 #ifdef CONFIG_UFS_FS
 	init_ufs_fs();
-#endif
-
-#ifdef CONFIG_ROMFS_FS
-	init_romfs_fs();
 #endif
 
 	mount_root();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov