Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/11/1999 17:25:13
Module Name:	src
Committed By:	perseant
Date:		Mon Apr 12 00:25:13 UTC 1999

Modified Files:
	src/sys/ufs/lfs: lfs_inode.c lfs_segment.c
Log Message:
Make sure that the wakeup occurs for vnodes that lfs_update might be sleeping
on (nodes which are not marked IN_MODIFIED/IN_CLEANING, but which have dirty
buffers), by marking them with the appropriate flag if dirtybuffers were added
while the write was in progress.