From owner-cvs-all Sat Sep 26 05:42:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28578 for cvs-all-outgoing; Sat, 26 Sep 1998 05:42:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28572; Sat, 26 Sep 1998 05:42:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12999; Sat, 26 Sep 1998 05:42:17 -0700 (PDT) Date: Sat, 26 Sep 1998 05:42:17 -0700 (PDT) Message-Id: <199809261242.FAA12999@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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