mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 14:55:17 +00:00
![Jeff Roberson](/assets/img/avatar_default.png)
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.