Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/31/2006 02:31:37
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.