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 Mar 13 02:00:15 UTC 2004

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

Log Message:
 - don't use rf_PrintUserStats() for recon statistics.
rf_PrintUserStats() was mean for the simulator, and doesn't provide
any real info in kernel-space, especially for reconstructs.
Reconstructing actually renders the stats even more useless, since it
resets them all to zero before the reconstruct starts!

 - since rf_PrintUserStats() is no longer used, nuke it along with the
routines that feed it.  Nothing was using this code, and if we ever
need it again, we know where to find it.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/raidframe/rf_driver.h
cvs rdiff -r1.29 -r1.30 src/sys/dev/raidframe/rf_raid.h \
    src/sys/dev/raidframe/rf_states.c
cvs rdiff -r1.74 -r1.75 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