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:   mrg
Date:           Sat Apr 30 01:44:37 UTC 2011

Modified Files:
        src/sys/dev/raidframe: rf_driver.c rf_driver.h rf_mcpair.c rf_raid.h
            rf_reconutil.c rf_stripelocks.c rf_threadstuff.h

Log Message:
- convert rf_printf_mutex to a kmutex
- convert rf_rad_lock and the per-raid "cv" to per-raid kmutex/and real cv
- use rf_mutex_init() in places, and move it with the similar definitions


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/raidframe/rf_driver.h
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/raidframe/rf_mcpair.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/raidframe/rf_raid.h
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/raidframe/rf_reconutil.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/raidframe/rf_stripelocks.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/raidframe/rf_threadstuff.h

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