DragonFly BSD
DragonFly commits List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_subr.c src/sys/vfs/ufs ffs_softdep.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jun 2006 14:03:03 -0700 (PDT)

dillon      2006/06/05 14:03:03 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/vfs/ufs          ffs_softdep.c 
  Log:
  Cleanup crit_*() usage to reduce bogus warnings printed to the console
  when a kernel is compiled with DEBUG_CRIT_SECTIONS.
  
  NOTE: DEBUG_CRIT_SECTIONS does a direct pointer comparison rather than a
  strcmp in order to reduce overhead.  Supply a string constant in cases
  where the string identifier might be (intentionally) different otherwise.
  
  Revision  Changes    Path
  1.89      +2 -2      src/sys/kern/vfs_subr.c
  1.47      +0 -8      src/sys/vfs/ufs/ffs_softdep.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.88&r2=1.89&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ffs_softdep.c.diff?r1=1.46&r2=1.47&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]