freebsd-dev/sys/ufs
Jeff Roberson 6c71a2208d - 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.
2005-05-03 11:03:29 +00:00
..
ffs - Don't restrict the softdep stats to DEBUG kernels, they cost nothing to 2005-05-03 11:03:29 +00:00
ufs - Plug memory leak. 2005-04-16 10:57:49 +00:00