cvs commit: src/sys/ufs/ffs ffs_softdep.c
Jeff Roberson
jeff at FreeBSD.org
Tue May 3 04:03:36 PDT 2005
jeff 2005-05-03 11:03:29 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_softdep.c
Log:
- Don't restrict the softdep stats to DEBUG kernels, they cost nothing to
export. This was happening anyway since this file manually sets DEBUG.
- Add a sysctl for the number of items on the worklist.
- Use a more canonical loop restart in softdep_fsync_mountdev, it saves
some code at the expense of a goto and makes me worry less about
modifying a variable that should be private to the TAILQ_FOREACH_SAFE
macro.
Revision Changes Path
1.181 +7 -11 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list