看板 DFBSD_commit 關於我們 聯絡資訊
commit f0eb7ceee370e1b2a3aeb9fee9c9a3528c0eed93 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jan 10 15:26:31 2011 -0800 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. Summary of changes: sys/kern/vfs_mount.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0eb7ceee370e1b2a3aeb9fee9c9a3528c0eed93 -- DragonFly BSD source repository