Date: Sat, 26 Sep 1998 05:42:17 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Message-ID: <199809261242.FAA12999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/26 05:42:17 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY syncs weren't optimized properly (they probably still aren't, but are bug for bug compatible with ffs). These fixes are mostly academic, since ext2fs is too broken to mount read-write (it apparently doesn't clear indirect blocks). Obtained from: mostly from Lite2 Revision Changes Path 1.40 +63 -42 src/sys/gnu/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809261242.FAA12999>