Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/20/2003 08:51:18
Module Name:	src
Committed By:	perseant
Date:		Thu Mar 20 06:51:18 UTC 2003

Modified Files:
	src/sys/ufs/lfs: lfs_segment.c

Log Message:
Don't break out of Ifile-writing loop in lfs_segwrite until nothing is left.
Note however that blocks can be added to the Ifile even when the segment
block is held because of inodes' atime.  Do not panic with "dirty blocks"
if these blocks are present.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/ufs/lfs/lfs_segment.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.