Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/12/2005 03:27:33
Module Name:	src
Committed By:	oster
Date:		Sat Feb 12 03:27:33 UTC 2005

Modified Files:
	src/sys/dev/raidframe: rf_copyback.c rf_dagfuncs.c rf_diskqueue.c
	    rf_diskqueue.h rf_reconstruct.c

Log Message:
Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it to
determine if we are willing to wait for memory to come from the
diskqueuedata (dqd) and bufpool pools.  Cleanup the mess related to
code calling rf_CreateDiskQueueData() with different expectations
(and/or blatent disregard) of what might happen if there were
insufficient pool resources.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_dagfuncs.c
cvs rdiff -r1.37 -r1.38 src/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_diskqueue.h
cvs rdiff -r1.84 -r1.85 src/sys/dev/raidframe/rf_reconstruct.c

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