cvs commit: src/sys/kern vfs_subr.c src/sys/vfs/ufs ffs_softdep.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 5 14:03:35 PDT 2006
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
More information about the Commits
mailing list