Subject: CVS commit: [netbsd-4] src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/08/2006 03:16:00
Module Name: src
Committed By: riz
Date: Fri Sep 8 03:16:00 UTC 2006
Modified Files:
src/sys/dev/raidframe [netbsd-4]: raidframevar.h
Log Message:
Pull up following revision(s) (requested by oster in ticket #122):
sys/dev/raidframe/raidframevar.h: revision 1.10
Per a suggestion from Manuel, make numBlocks and partitionSize
unsigned for now. This prevents rf_reasonable_label() from rejecting
a valid label when these fields have an integer overflow. The reality
is that these need to be 64-bit quantities, but that will come later.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.18.1 src/sys/dev/raidframe/raidframevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.