Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/raidframe
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.
Home |
Main Index |
Thread Index |
Old Index