Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   oster
Date:           Wed Feb 23 03:44:04 UTC 2000

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

Log Message:
Be more aggressive about updating component labels in the event
of a real component failure (or a simulated failure):
- add 'numNewFailures' to keep track of the number of disk failures
since mod_counter was last updated for each component label.
- make sure we call rf_update_component_labels() upon any component failure,
real or simulated.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.55 -r1.56 syssrc/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/raidframe/rf_raid.h
cvs rdiff -r1.16 -r1.17 syssrc/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