The fstype was not being properly tested for a CCD uuid.
commit0ad0d29e00d301d18d100d25c3feca05f6227114
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 19 Jun 2007 19:09:46 +0000 (19 19:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 19 Jun 2007 19:09:46 +0000 (19 19:09 +0000)
treec4ad643719a60e02a703d5f32f2c5930892c1d19
parent2d093d1b43ac9df4ea0f43aa71ebaa3bb082433b
The fstype was not being properly tested for a CCD uuid.

Correct a bug when generating an interleave table for very large disk
arrays (> 2TB).  A size variable was 32 bits instead of 64 bits.
sys/dev/disk/ccd/ccd.c