patch-2.4.25 linux-2.4.25/fs/partitions/check.c
Next file: linux-2.4.25/fs/readdir.c
Previous file: linux-2.4.25/fs/open.c
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
2004-02-18 05:36:31.000000000 -0800
 -  Orig file: 
linux-2.4.24/fs/partitions/check.c
 -  Orig date: 
2002-11-28 15:53:15.000000000 -0800
 
diff -urN linux-2.4.24/fs/partitions/check.c linux-2.4.25/fs/partitions/check.c
@@ -43,6 +43,9 @@
 #ifdef CONFIG_ACORN_PARTITION
 	acorn_partition,
 #endif
+#ifdef CONFIG_SGI_PARTITION
+	sgi_partition,
+#endif
 #ifdef CONFIG_EFI_PARTITION
 	efi_partition,		/* this must come before msdos */
 #endif
@@ -67,9 +70,6 @@
 #ifdef CONFIG_MAC_PARTITION
 	mac_partition,
 #endif
-#ifdef CONFIG_SGI_PARTITION
-	sgi_partition,
-#endif
 #ifdef CONFIG_ULTRIX_PARTITION
 	ultrix_partition,
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)