Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/26/2001 04:16:25
Module Name:	syssrc
Committed By:	oster
Date:		Fri Jan 26 02:16:24 UTC 2001

Modified Files:
	syssrc/sys/dev/raidframe: rf_copyback.c rf_reconstruct.c

Log Message:
Ensure we update the 'partitionSize' field of the component labels
when doing a reconstruct or a copyback.  If we don't, junk might be
there, and that could cause the component to be not correctly
autoconfigured on reboot.  Thanks to Simon Burge for helping track this down.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.26 -r1.27 syssrc/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.