Continue untangling the disklabel. Add sector index reservation fields
commit87c2bd362d3efc743edc15d12431028b0e4fca9f
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 16 May 2007 05:20:26 +0000 (16 05:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 16 May 2007 05:20:26 +0000 (16 05:20 +0000)
treee1d2fb15fbf6d13e09e54daecb5f42e7d3667566
parenta42ece1be05963e7160409ef8727089a5bf85c7f
Continue untangling the disklabel.  Add sector index reservation fields
to the diskslice and partinfo structures.  These fields will replace the
hardcoded LABELSECTOR constant and also help manage reserved areas in
the disklabel.
12 files changed:
sbin/diskinfo/diskinfo.c
sys/dev/disk/ata/atapi-cd.c
sys/dev/disk/ccd/ccd.c
sys/dev/raid/vinum/vinumhdr.h
sys/dev/raid/vinum/vinumparser.c
sys/kern/subr_diskmbr.c
sys/kern/subr_diskslice.c
sys/sys/disklabel.h
sys/sys/diskslice.h
sys/sys/odisklabel.h
sys/vfs/gnu/ext2fs/ext2_vfsops.c
sys/vfs/ufs/ffs_vfsops.c