More disklabel disentanglement - use DIOCGPART instead of DIOCGDLABEL.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:29:01 +0000 (20:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:29:01 +0000 (20:29 +0000)
commit6d859f3966bb6ba88bf474206b90d735fb2da5e4
treec2071e7e147fd581cbb14ebaf4f05944164ac4f2
parent41e59acbb3dddc1ada83998bcee1d0da4641b283
More disklabel disentanglement - use DIOCGPART instead of DIOCGDLABEL.
Replace the alternate superblock search code, which depends on information
from the disk label, with a hard coded check.  No big loss, the user can
still look for other alternate superblocks with the -b option.
sbin/fsck/setup.c