Subject: CVS commit: [netbsd-2] src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/16/2005 10:51:22
Module Name:	src
Committed By:	tron
Date:		Sat Apr 16 10:51:22 UTC 2005

Modified Files:
	src/sys/dev/raidframe [netbsd-2]: rf_states.c

Log Message:
Pull up revision 1.37 (requested by oster in ticket #1095):
After walking through desc->dagList nuking entries, make sure
desc->dagList is set to NULL before continuing.  If we don't,
there's a danger that we'll try to re-free these items later.
(This should fix a panic reported to me via private communciation.)


To generate a diff of this commit:
cvs rdiff -r1.35.4.1 -r1.35.4.2 src/sys/dev/raidframe/rf_states.c

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