Date: Sun, 3 Aug 1997 22:10:32 -0700 (PDT) From: John Dyson <dyson@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 Message-ID: <199708040510.WAA14658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dk@panda.rhein-main.de>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708040510.WAA14658>
