Subject: PR/36878 CVS commit: src/sys/dev/raidframe
To: None <oster@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Greg Oster <oster@netbsd.org>
List: netbsd-bugs
Date: 09/16/2007 02:15:05
The following reply was made to PR kern/36878; it has been noted by GNATS.

From: Greg Oster <oster@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36878 CVS commit: src/sys/dev/raidframe
Date: Sun, 16 Sep 2007 02:13:35 +0000 (UTC)

 Module Name:	src
 Committed By:	oster
 Date:		Sun Sep 16 02:13:35 UTC 2007
 
 Modified Files:
 	src/sys/dev/raidframe: rf_raid.h
 
 Log Message:
 Make a couple of variables 64-bit quantities to avoid overflow issues
 when arrays have a large number of stripes.  Remove unused variable
 (recon_stripes_done).  Thanks to Dieter Roelants for the report,
 suggestions, and testing.  Addresses PR#36878.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.36 -r1.37 src/sys/dev/raidframe/rf_raid.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.