Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/29/2004 23:03:30
Module Name:	src
Committed By:	oster
Date:		Sun Feb 29 23:03:30 UTC 2004

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

Log Message:
Unlock the mcpair mutex before we call rf_DispatchDAG(), and re-lock it once
we are back.  Makes things much happier on SMP boxen.  Problem noted
by SimonB. (Thanks!)


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_raid1.c

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