diff options
author | Suhasini Peddada <Suhasini.Peddada@Sun.COM> | 2008-12-10 18:38:28 -0800 |
---|---|---|
committer | Suhasini Peddada <Suhasini.Peddada@Sun.COM> | 2008-12-10 18:38:28 -0800 |
commit | f85c7842adab30da40b7225f83b02f9df9fbb1f0 (patch) | |
tree | 429474ae055dcd5eeff15e49039c4221fc72d506 /usr/src/uts/common/sys/dkio.h | |
parent | 6b8fc343e520eb7f7ff86860ba68d09bdff1f4fb (diff) | |
download | illumos-joyent-f85c7842adab30da40b7225f83b02f9df9fbb1f0.tar.gz |
backout Extended Partitions project: insufficient testing
Diffstat (limited to 'usr/src/uts/common/sys/dkio.h')
-rw-r--r-- | usr/src/uts/common/sys/dkio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/dkio.h b/usr/src/uts/common/sys/dkio.h index 067b718766..18f49e513a 100644 --- a/usr/src/uts/common/sys/dkio.h +++ b/usr/src/uts/common/sys/dkio.h @@ -230,11 +230,6 @@ struct dk_callback { */ #define DKIOCHOTPLUGGABLE (DKIOC|35) /* is hotpluggable */ -#if defined(__i386) || defined(__amd64) -/* ioctl to write extended partition structure into the disk */ -#define DKIOCSETEXTPART (DKIOC|46) -#endif - /* * Ioctl to force driver to re-read the alternate partition and rebuild * the internal defect map. |