Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 10/06/2002 01:45:47
Module Name:	syssrc
Committed By:	oster
Date:		Sat Oct  5 22:45:47 UTC 2002

Modified Files:
	syssrc/sys/dev/raidframe: rf_reconmap.c rf_reconmap.h

Log Message:
update_size() does some bookkeeping, but nothing ever reads the data
it gathers.  Nuke it.  Without update_size, FreeReconMapListElem() can
do without mapPtr.  That, in turn, means crunch_list() doesn't need a
mapPtr either.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/raidframe/rf_reconmap.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/raidframe/rf_reconmap.h

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