Subject: PR/32667 CVS commit: [netbsd-3] src/sys/ufs/lfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 05/20/2006 22:05:03
The following reply was made to PR kern/32667; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/32667 CVS commit: [netbsd-3] src/sys/ufs/lfs
Date: Sat, 20 May 2006 22:02:06 +0000 (UTC)
Module Name: src
Committed By: riz
Date: Sat May 20 22:02:06 UTC 2006
Modified Files:
src/sys/ufs/lfs [netbsd-3]: lfs_vfsops.c lfs_vnops.c
Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
sys/ufs/lfs/lfs_vfsops.c: revision 1.198
sys/ufs/lfs/lfs_vnops.c: revision 1.161
Handle the "filesystem is clean" flag correctly when upgrading from
read-only to read-write mount. This makes "root on lfs" work for me,
although it looks like a different traceback from PR#32667.
To generate a diff of this commit:
cvs rdiff -r1.167.2.10 -r1.167.2.11 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.137.2.9 -r1.137.2.10 src/sys/ufs/lfs/lfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.