Subject: PR/32667 CVS commit: src/sys/ufs/lfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Konrad Schroder <perseant@netbsd.org>
List: netbsd-bugs
Date: 03/31/2006 02:35:02
The following reply was made to PR kern/32667; it has been noted by GNATS.
From: Konrad Schroder <perseant@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32667 CVS commit: src/sys/ufs/lfs
Date: Fri, 31 Mar 2006 02:31:37 +0000 (UTC)
Module Name: src
Committed By: perseant
Date: Fri Mar 31 02:31:37 UTC 2006
Modified Files:
src/sys/ufs/lfs: lfs_vfsops.c lfs_vnops.c
Log Message:
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.197 -r1.198 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.160 -r1.161 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.