git: kernel - Refactor VMSC_ONEPASS
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Mon Jan 10 15:39:12 PST 2011
    
    
  
commit f0eb7ceee370e1b2a3aeb9fee9c9a3528c0eed93
Author: Matthew Dillon <dillon at 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
    
    
More information about the Commits
mailing list