cvs commit: src/sbin/fsck setup.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 20 13:30:30 PDT 2007


dillon      2007/05/20 13:29:02 PDT

DragonFly src repository

  Modified files:
    sbin/fsck            setup.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.8       +23 -99    src/sbin/fsck/setup.c


http://www.dragonflybsd.org/cvsweb/src/sbin/fsck/setup.c.diff?r1=1.7&r2=1.8&f=u





More information about the Commits mailing list