summaryrefslogtreecommitdiffstats
path: root/sys/sys/gpt.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-08-02 18:46:52 +0000
committermarcel <marcel@FreeBSD.org>2004-08-02 18:46:52 +0000
commitd9349735929907f11164101d6c1a43ca7d9fc5fa (patch)
treec50540fd92533959d6ef921865192131749442e8 /sys/sys/gpt.h
parent1459f98b9c6db02fa524c3ceb52c98efca86a94d (diff)
downloadFreeBSD-src-d9349735929907f11164101d6c1a43ca7d9fc5fa.zip
FreeBSD-src-d9349735929907f11164101d6c1a43ca7d9fc5fa.tar.gz
Remove GPT_ENT_TYPE_FREEBSD_UFS2. It was speculatively added before
UFS2 was here. It so happened that UFS2 did not need a seperate partition type. Keep the definition as a comment for documentation purposes. If there is a benefit for UFS2 file systems to have a seperate partition type under GPT, then this definition should be restored as that was the intention of the definition.
Diffstat (limited to 'sys/sys/gpt.h')
-rw-r--r--sys/sys/gpt.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h
index b5f9a40..b437607 100644
--- a/sys/sys/gpt.h
+++ b/sys/sys/gpt.h
@@ -80,12 +80,17 @@ struct gpt_ent {
{0x516e7cb5,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
#define GPT_ENT_TYPE_FREEBSD_UFS \
{0x516e7cb6,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
-#define GPT_ENT_TYPE_FREEBSD_UFS2 \
- {0x516e7cb7,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
#define GPT_ENT_TYPE_FREEBSD_VINUM \
{0x516e7cb8,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
/*
+ * The following are unused but documented here to avoid reuse.
+ *
+ * GPT_ENT_TYPE_FREEBSD_UFS2 \
+ * {0x516e7cb7,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
+ */
+
+/*
* Foreign partition types that we're likely to encounter. Note that Linux
* apparently choose to share data partitions with MS. I don't what the
* advantage might be. I can see how sharing swap partitions is advantaous
OpenPOWER on IntegriCloud