Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/22/2005 02:22:44
Module Name:	src
Committed By:	oster
Date:		Sat Jan 22 02:22:44 UTC 2005

Modified Files:
	src/sys/dev/raidframe: rf_netbsd.h rf_reconstruct.c

Log Message:
Reconstruction Descriptors are only allocated once per reconstruction,
and don't need their own pool or freelist or anything fancier than a
malloc/free.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_netbsd.h
cvs rdiff -r1.79 -r1.80 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.