cvs commit: src/sys/kern kern_shutdown.c

Robert Watson rwatson at FreeBSD.org
Wed Jul 21 09:04:46 PDT 2004


rwatson     2004-07-21 16:04:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_shutdown.c 
  Log:
  Don't sync the file system on panic by default.  This seems to basically
  work very infrequently, and often results in a compound panic which
  confuses debugging; locking/SMP have made the layering violation (and
  risks) of this more obvious over time.
  
  Discussed with: green, bde, et al.
  
  Revision  Changes    Path
  1.160     +1 -1      src/sys/kern/kern_shutdown.c


More information about the cvs-all mailing list