Date: Sun, 5 Oct 2003 02:42:24 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200310050942.h959gO2o092201@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/05 02:42:24 PDT FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: - 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(). Revision Changes Path 1.219 +12 -16 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050942.h959gO2o092201>