cvs commit: src/sbin/bsdlabel bsdlabel.c

Ian Dowse iedowse at FreeBSD.org
Sun Oct 5 12:40:04 PDT 2003


iedowse     2003/10/05 12:40:03 PDT

  FreeBSD src repository

  Modified files:
    sbin/bsdlabel        bsdlabel.c 
  Log:
  Remove the hardcoded default block/frag/cpg values from bsdlabel
  and the logic for setting them according to the partition size.
  Instead, unspecified filesystem values are left at 0 so that newfs
  will use its own defaults. It just caused confusion to have the
  defaults duplicated in two different places.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.102     +5 -44     src/sbin/bsdlabel/bsdlabel.c


More information about the cvs-src mailing list