Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/14/2005 01:33:15
Module Name:	src
Committed By:	oster
Date:		Fri Jan 14 01:33:15 UTC 2005

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

Log Message:
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.36 -r1.37 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.