cvs commit: src/sys/ufs/ffs fs.h src/sbin/newfs mkfs.c

Wes Peters wes at FreeBSD.org
Sat Nov 15 23:08:29 PST 2003


wes         2003/11/15 23:08:27 PST

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          fs.h 
    sbin/newfs           mkfs.c 
  Log:
  Write the UFS2 superblock with a 'BAD' magic number at the beginning
  of newfs, to signify the newfs operation has not yet completed.  Re-
  write the superblock with the correct magic number once all of the
  cylinder groups have been created to show the operation has finished.
  
  Sponsored by:   St. Bernard Software
  
  Revision  Changes    Path
  1.80      +4 -1      src/sbin/newfs/mkfs.c
  1.40      +1 -0      src/sys/ufs/ffs/fs.h


More information about the cvs-src mailing list