kernel - Refactor VMSC_ONEPASS
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 10 Jan 2011 23:26:31 +0000 (15:26 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 10 Jan 2011 23:26:31 +0000 (15:26 -0800)
commitf0eb7ceee370e1b2a3aeb9fee9c9a3528c0eed93
treec1f254b6c7dee4a50c21ab5af967291a249cd416
parent5c551789b79e85fa5d79d21cb938f3c8df81eb67
kernel - Refactor VMSC_ONEPASS

* Refactor the VMSC_ONEPASS flag to only iterate the current number
  of vnodes associated with a mount point, instead of 2x the vnodes.
  This makes 'sync' a bit more consistent in the face of heavy filesystem
  activity.
sys/kern/vfs_mount.c