K 10 svn:author V 3 kib K 8 svn:date V 27 2012-02-21T01:37:27.955337Z K 7 svn:log V 346 MFC r231160 (by mckusick): Do not fsync all resident UFS vnodes from the syncer vnode call to ffs_sync(). Since all inode metadata updates are translated to inodeblock updates, the vnodes syncing is handled by syncer dirty buffer wheel. The only things that shall be synced by ffs_sync() from the syncer calls are the filesystem metadata proper. END