public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] [PATCH] re-order partition type check
@ 2001-07-11 17:28 Matt_Domsch
  0 siblings, 0 replies; only message in thread
From: Matt_Domsch @ 2001-07-11 17:28 UTC (permalink / raw)
  To: linux-ia64

The patch below re-orders the check for GPT partitions to be ahead of
testing for msdos partitions.  This is to conform with the EFI Spec, and
follows how GNU Parted is also implemented.


--- linux/fs/partitions/check.c~        Tue Jul  3 14:26:04 2001
+++ linux/fs/partitions/check.c Tue Jul  3 14:26:36 2001
@@ -46,6 +46,9 @@
 #ifdef CONFIG_ACORN_PARTITION
        acorn_partition,
 #endif
+#ifdef CONFIG_EFI_PARTITION
+       efi_partition,
+#endif
 #ifdef CONFIG_MSDOS_PARTITION
        msdos_partition,
 #endif
@@ -72,9 +75,6 @@
 #endif
 #ifdef CONFIG_IBM_PARTITION
        ibm_partition,
-#endif
-#ifdef CONFIG_EFI_PARTITION
-       efi_partition,
 #endif
        NULL
 };


Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)!
#3 Unix provider with 18% in the US (Dataquest)!



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-11 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-11 17:28 [Linux-ia64] [PATCH] re-order partition type check Matt_Domsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox