CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/19 12:03:03
Modified files:
sys/dev : softraid.c
Log message:
Change some obviously incorrect usages of daddr_t (a DEV_BSIZE
address) to 64 signed or unsigned ints. Add some paranoia checks
during partition size calculations to account for the fact that
partition sizes (DL_GETPSIZE()) are unsigned values.
More daddr_t rectification to do.
ok jsing@
