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: Sun Feb 29 01:24:34 UTC 2004
Modified Files:
src/sys/dev/raidframe: rf_aselect.c rf_dagutils.c rf_dagutils.h
Log Message:
Stripe functions are now handled by a linked-list instead of a
runtime-variable array.
Fix a bug where stripeFuncs was being freed, and then being used after
(in the case of numStripesBailed > 0).
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_aselect.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/raidframe/rf_dagutils.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/raidframe/rf_dagutils.h
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