cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c

Robert Watson rwatson at FreeBSD.org
Fri Feb 18 10:49:56 GMT 2005


rwatson     2005-02-18 10:49:55 UTC

  FreeBSD src repository

  Modified files:
    sys/isofs/cd9660     cd9660_vfsops.c 
  Log:
  Conditionalize cd9660 chattiness regarding the nature of the file system
  mounted (is it Joliet, RockRidge, High Sierra) based on bootverbose.
  Most file systems don't generate log messages based on details of the
  file system superblock, and these log messages disrupt sysinstall output
  during a new install from CD.  We may want to explore exposing this
  status information using nmount() at some point.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.134     +7 -3      src/sys/isofs/cd9660/cd9660_vfsops.c


More information about the cvs-src mailing list