Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 10/21/1999 09:53:44
Module Name:	syssrc
Committed By:	perseant
Date:		Thu Oct 21 16:53:44 UTC 1999

Modified Files:
	syssrc/sys/ufs/lfs: lfs_bio.c

Log Message:
Under degenerate access patterns (e.g. `bonnie' benchmark) lfs_check could
fail, because the particular block being requested was always in the cache
(although other routines that cannot afford to call lfs_check have in the
meantime stuffed the cache full of dirty blocks).  Partially addresses PR 8383.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/ufs/lfs/lfs_bio.c

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