Date: Thu, 13 May 1999 18:26:10 -0700 (PDT) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h ffs_vnops.c ffs_softdep_stub.c Message-ID: <199905140126.SAA78462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 1999/05/13 18:26:10 PDT
Modified files:
sys/ufs/ffs ffs_extern.h ffs_vnops.c
ffs_softdep_stub.c
Log:
Add a hook to ffs_fsync to allow soft updates to get first chance at doing
a sync on the block device for the filesystem. That allows it to push the
bitmap blocks before the inode blocks which greatly reduces the number of
inode rollbacks that need to be done.
Revision Changes Path
1.26 +2 -1 src/sys/ufs/ffs/ffs_extern.h
1.56 +6 -1 src/sys/ufs/ffs/ffs_vnops.c
1.3 +8 -0 src/sys/ufs/ffs/ffs_softdep_stub.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905140126.SAA78462>
