Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/06/2003 11:46:47
Module Name:	src
Committed By:	pk
Date:		Thu Feb  6 09:46:47 UTC 2003

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

Log Message:
Require the bdirty() be called at splbio() and with the buffer interlock held.
This is essentially just a helper routine called from biodone() through
ffs softdep's I/O completion, to re-queue the buffer.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/kern/vfs_bio.c

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