Continue untangling the disklabel. Add sector index reservation fields
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 16 May 2007 05:20:26 +0000 (05:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 16 May 2007 05:20:26 +0000 (05:20 +0000)
commit154b688dc54c0e61ad435b1822800a4c91229938
treeff675f16980bd2ec278a73a95484c6260744ab7b
parent57fec106eb7acaae4a46752a9a1563294ed6b35b
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.
13 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/disklabel32.h
sys/sys/diskslice.h
sys/sys/odisklabel.h
sys/vfs/gnu/ext2fs/ext2_vfsops.c
sys/vfs/ufs/ffs_vfsops.c