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:           Mon Dec 29 05:58:34 UTC 2003

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

Log Message:
Let's see...  raidPtr->recon_done_procs is never set to anything
(other than NULL when raidPtr is initialized).  That means
SignalReconDone() never does anything useful.  Bye-bye!

Say good-bye to recon_done_procs and recon_done_procs_mutex (and its
initializer) as well.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_raid.h
cvs rdiff -r1.58 -r1.59 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