The fstype was not being properly tested for a CCD uuid.
commitaf255b6691ca5842900dcb2fa546c536ad058f16
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)
treee7e79e04adf6836767b8b4b1ae93af3ed83dc391
parent5c5f4647449ab6c635494f23d7e4f4038eee5b5b
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