Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/26/1999 09:18:16
Module Name:	syssrc
Committed By:	fvdl
Date:		Fri Nov 26 17:18:16 UTC 1999

Modified Files:
	syssrc/sys/kern: vfs_bio.c

Log Message:
Clear B_AGE in bdirty(), this buffer must go through the LRU again
to be back on the AGE queue. Otherwise we risk recycling a set
of buffers with (soft) dependencies on the AGE list, which may
last forever if the vnode they belong to is locked (i.e. the syncer
won't get to the buffers they depend on, so their dependencies
are never flushed).


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/kern/vfs_bio.c

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