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.
int sc_flags;
int vnodes_synced = 0;
- atomic_clear_int(&curthread->td_flags, TDF_VERBOSE);
-
/*
* syncer0 runs till system shutdown; per-filesystem syncers are
* terminated on filesystem unmount
vfs_getnewfsid(mp);
nmp->nm_mountp = mp;
mp->mnt_kern_flag |= MNTK_ALL_MPSAFE;
+ mp->mnt_kern_flag |= MNTK_THR_SYNC;
lwkt_gettoken(&nmp->nm_token);