Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/12/2004 20:53:15
Module Name:	src
Committed By:	oster
Date:		Sun Dec 12 20:53:15 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_desc.h rf_reconstruct.c

Log Message:
The switch() in rf_ContinueReconstructFailedDisk() is never actually
used in non-simulation code, and thus is just wasting space (and
making the code more confusing to read!).  Turf the switch, left-shift
the indentation of code, and nuke 'state' field of struct RF_RaidReconDesc_s.

No real functional changes.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/raidframe/rf_desc.h
cvs rdiff -r1.77 -r1.78 src/sys/dev/raidframe/rf_reconstruct.c

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