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 Mar  3 13:29:00 UTC 2004

Modified Files:
        src/sys/dev/raidframe: rf_callback.h rf_raid1.c rf_reconbuffer.c

Log Message:
- cleanup unneeded 'row' from RF_CallbackDesc_s.
- remove callbackArg2 from RF_CallbackDesc_s -- it is only ever set,
never read.
- now that this is done, all callbacks should only take a single argument,
and we can simplify things further.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/raidframe/rf_callback.h
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_raid1.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_reconbuffer.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