public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt_Domsch@Dell.com
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] [PATCH] re-order partition type check
Date: Wed, 11 Jul 2001 17:28:36 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005844@msgid-missing> (raw)

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)!



                 reply	other threads:[~2001-07-11 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590693005844@msgid-missing \
    --to=matt_domsch@dell.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox