Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/24/1999 15:13:17
Module Name:	gnusrc
Committed By:	fvdl
Date:		Wed Nov 24 23:13:16 UTC 1999

Modified Files:
	gnusrc/gnu/sys/ufs/ffs: ffs_softdep.c

Log Message:
Use splbio() in getdirtybuf() to prevent bad things from happening due
to queue race conditions. Don't use B_VFLUSH as it's not appropriate for
this case.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/sys/ufs/ffs/ffs_softdep.c

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