When a traditional bsd disklabel is present, try to reserve SBSIZE bytes
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 19:23:33 +0000 (19:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 19:23:33 +0000 (19:23 +0000)
commit98db3d745fa6e91242e19a4a73ee5b441251129b
treed348b8341891a9608883e7022dc5270d8ef51288
parentfa1e30789ea3495f942663227071a0eb83b8906a
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