Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/29/2003 04:56:26
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 04:56:26 UTC 2003

Modified Files:
	src/sys/dev/raidframe: rf_acctrace.c rf_netbsdkintf.c rf_psstatus.c
	    rf_reconmap.c rf_stripelocks.c rf_threadstuff.c rf_threadstuff.h

Log Message:
Simplify defn's of rf_mutex_init() and rf_mutex_destroy().  Since
neither of these ever fail, no need to have a return value.  That
makes all the "error detection" on these functions completely
unneeded.  But since we're here, if we don't have a return value, then
why not make these macros?  My.. look how things keep shrinking, with
no loss in functionality!


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/raidframe/rf_acctrace.c
cvs rdiff -r1.167 -r1.168 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_reconmap.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_stripelocks.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_threadstuff.c
cvs rdiff -r1.13 -r1.14 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.