From owner-cvs-sys Sun Aug 3 22:13:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA14013 for cvs-sys-outgoing; Sun, 3 Aug 1997 22:13:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA13900; Sun, 3 Aug 1997 22:12:11 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA14658; Sun, 3 Aug 1997 22:10:32 -0700 (PDT) Date: Sun, 3 Aug 1997 22:10:32 -0700 (PDT) Message-Id: <199708040510.WAA14658@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c ext2_vfsops.c fs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/08/03 22:10:32 PDT Modified files: sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c ext2_vfsops.c fs.h Log: Fix a problem with ext2fs so that filesystems mounted at reboot don't keep ahold of buffers, and therefore leave filesystems dirty. I haven't been able to test, but the code compiles. Those who run -current, please test and report back!!! (Sorry :-)). PR: kern/3571 Submitted by: Dirk Keunecke Revision Changes Path 1.7 +3 -1 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.6 +2 -1 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.14 +13 -17 src/sys/gnu/ext2fs/ext2_vfsops.c 1.3 +20 -0 src/sys/gnu/ext2fs/fs.h