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 05:09:08
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 05:09:08 UTC 2003

Modified Files:
	src/sys/dev/raidframe: rf_threadstuff.c

Log Message:
mutex_destroyer() has been reduced to nothing.  Turf it.

That means there is no point in having any of the shutdown stuff call
mutex_destroyer() on any of the mutexes.  Nuke related code.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/raidframe/rf_threadstuff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.