K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-10-05T09:42:24.000000Z K 7 svn:log V 264 - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE() so make the code slightly more uniform. The vnode lock is acquired in all cases and now the only difference between VCHR and other is we call UFS_UPDATE instead of VOP_FSYNC(). END