Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 10/11/2002 05:10:09
Module Name:	syssrc
Committed By:	oster
Date:		Fri Oct 11 02:10:09 UTC 2002

Modified Files:
	syssrc/sys/dev/raidframe: rf_psstatus.c rf_raid.h

Log Message:
poolify the allocation of Parity Stripe Status structures.

XXX: Current code may have problems if kernel memory is completely depleted.
This is, unfortunately, not the only chunk of RAIDframe code to have
this problem, and will have to be dealt with. :(


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/raidframe/rf_raid.h

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