Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/dev/raidframe



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.




Home | Main Index | Thread Index | Old Index