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.
This commit is contained in:
parent
78b9765bee
commit
4f72649f48
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133024
@ -80,11 +80,16 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user