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: Wed Dec 31 00:00:06 UTC 2003
Modified Files:
src/sys/dev/raidframe: rf_dagfuncs.c rf_dagfuncs.h rf_parityscan.c
Log Message:
nuke the 'bp' argument to rf_bxor and friends since it is no longer used.
In fact, bp was being set to "NULL" when passed rf_bxor() in
rf_parityscan.c:rf_VerifyParityBasic().
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_dagfuncs.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/raidframe/rf_dagfuncs.h
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_parityscan.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