kernel -- Enable threaded syncer for NFS mounts.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 14 Apr 2012 01:10:58 +0000 (18:10 -0700)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 14 Apr 2012 01:10:58 +0000 (18:10 -0700)
commit54c0e7fb309863aea97b67bbfeced08500340a96
treee2fb02ec8f286b34a5216a9f43576bd09d9588ef
parent2f05c7ff5759f89a12f6e94afad53ac6fd536043
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.
sys/kern/vfs_sync.c
sys/vfs/nfs/nfs_vfsops.c