git: kernel -- Enable threaded syncer for NFS mounts.

Venkatesh Srinivas vsrinivas at crater.dragonflybsd.org
Fri Apr 13 18:12:46 PDT 2012


commit 54c0e7fb309863aea97b67bbfeced08500340a96
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date:   Fri Apr 13 18:10:58 2012 -0700

    kernel -- Enable threaded syncer for NFS mounts.
    
    NFS mounts will now use a per-mount thread to complete periodic syncs on its
    vnodes rather than using the system's syncer0.
    
    Also remove a change that snuck in mistakenly to unmark syncer threads
    as verbose.

Summary of changes:
 sys/kern/vfs_sync.c      |    2 --
 sys/vfs/nfs/nfs_vfsops.c |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/54c0e7fb309863aea97b67bbfeced08500340a96


-- 
DragonFly BSD source repository





More information about the Commits mailing list