patch-1.3.43 linux/fs/filesystems.c

Next file: linux/fs/nfs/nfsroot.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.42/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -41,11 +41,6 @@
 
 	device_setup();
 
-#ifdef CONFIG_MINIX_FS
-	register_filesystem(&(struct file_system_type)
-		{minix_read_super, "minix", 1, NULL});
-#endif
-
 #ifdef CONFIG_EXT_FS
 	register_filesystem(&(struct file_system_type)
 		{ext_read_super, "ext", 1, NULL});
@@ -60,6 +55,12 @@
 	register_filesystem(&(struct file_system_type)
 		{xiafs_read_super, "xiafs", 1, NULL});
 #endif
+
+#ifdef CONFIG_MINIX_FS
+	register_filesystem(&(struct file_system_type)
+		{minix_read_super, "minix", 1, NULL});
+#endif
+
 #ifdef CONFIG_UMSDOS_FS
 	register_filesystem(&(struct file_system_type)
 	{UMSDOS_read_super,	"umsdos",	1, NULL});

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this