Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/19/2003 14:49:11
Module Name:	src
Committed By:	yamt
Date:		Wed Feb 19 12:49:11 UTC 2003

Modified Files:
	src/sys/ufs/lfs: lfs.h lfs_bio.c lfs_vfsops.c

Log Message:
workaround for "another flush is..." infinity loop in writerd.
if we're writerd, sleep in lfs_flush until another writer goes away
instead of busy loop in writed.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.59 -r1.60 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.94 -r1.95 src/sys/ufs/lfs/lfs_vfsops.c

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