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 Dec 12 20:53:15 UTC 2004

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

Log Message:
The switch() in rf_ContinueReconstructFailedDisk() is never actually
used in non-simulation code, and thus is just wasting space (and
making the code more confusing to read!).  Turf the switch, left-shift
the indentation of code, and nuke 'state' field of struct RF_RaidReconDesc_s.

No real functional changes.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/raidframe/rf_desc.h
cvs rdiff -r1.77 -r1.78 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