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 Feb 29 04:03:50 UTC 2004

Modified Files:
        src/sys/dev/raidframe: rf_acctrace.h rf_alloclist.c rf_callback.c
            rf_dagutils.c rf_decluster.c rf_diskqueue.c rf_driver.c rf_engine.c
            rf_map.c rf_mcpair.c rf_nwayxor.c rf_paritylogging.c rf_psstatus.c
            rf_reconstruct.c rf_revent.c rf_shutdown.c rf_shutdown.h
            rf_stripelocks.c

Log Message:
Adjust _rf_ShutdownCreate() so that it is willing to wait for more
memory.  Since we only now ever "return(0)", just return (void)
instead.

Cleanup all uses of rf_ShutdownCreate() to not worry about
it ever failing.  Shaves another 600 bytes off of an i386 GENERIC kernel.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/raidframe/rf_acctrace.h \
    src/sys/dev/raidframe/rf_nwayxor.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_alloclist.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_callback.c \
    src/sys/dev/raidframe/rf_mcpair.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/raidframe/rf_dagutils.c \
    src/sys/dev/raidframe/rf_map.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/raidframe/rf_decluster.c \
    src/sys/dev/raidframe/rf_shutdown.c
cvs rdiff -r1.29 -r1.30 src/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.85 -r1.86 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/raidframe/rf_engine.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_paritylogging.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.65 -r1.66 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/raidframe/rf_revent.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/raidframe/rf_shutdown.h
cvs rdiff -r1.22 -r1.23 src/sys/dev/raidframe/rf_stripelocks.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