When a traditional bsd disklabel is present, try to reserve SBSIZE bytes
commit6b8d163d4eaf7650d11cb6cbd0e6f78291b45a57
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 19:23:33 +0000 (20 19:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 19:23:33 +0000 (20 19:23 +0000)
tree4ad31158ffd960375ebbcf26d12ef551c539cd00
parent996a6eb5258b2077c01db15daa1195ef69855676
When a traditional bsd disklabel is present, try to reserve SBSIZE bytes
of total space, regardless of the sector size.  newfs presumes no more then
SBSIZE bytes of space at the beginning of the block device are reserved.
sys/kern/subr_diskslice.c