Date: Tue, 5 Feb 2002 10:35:04 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_inode.c ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c ufs_vnops.c Message-ID: <200202051835.g15IZ4T65464@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/02/05 10:35:04 PST
Modified files: (Branch: RELENG_4)
sys/kern vfs_subr.c
sys/ufs/ffs ffs_inode.c ffs_vfsops.c
sys/ufs/ufs ufs_inode.c ufs_vnops.c
Log:
MFC vfs_subr 1.338 and friends. When downgrading a filesystem to read-only,
operatings involving file removal and file update were not always being
fully comitted to disk, resulting in corruption.
Approved by: mckusick
Revision Changes Path
1.249.2.26 +7 -2 src/sys/kern/vfs_subr.c
1.56.2.5 +4 -2 src/sys/ufs/ffs/ffs_inode.c
1.117.2.8 +8 -0 src/sys/ufs/ffs/ffs_vfsops.c
1.25.2.2 +2 -2 src/sys/ufs/ufs/ufs_inode.c
1.131.2.7 +4 -5 src/sys/ufs/ufs/ufs_vnops.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?200202051835.g15IZ4T65464>
