freebsd-dev/sys/ufs
Jeff Roberson ab1f917b53 - 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().
2003-10-05 09:42:24 +00:00
..
ffs - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE() 2003-10-05 09:42:24 +00:00
ufs - Don't cache_purge() in ufs_reclaim. vclean() does it for us so 2003-10-05 02:45:00 +00:00