subr_disk - don't show 0-size slices
authorAlex Hornung <ahornung@gmail.com>
Fri, 7 Aug 2009 20:23:41 +0000 (21:23 +0100)
committerAlex Hornung <ahornung@gmail.com>
Fri, 7 Aug 2009 20:26:06 +0000 (21:26 +0100)
commit89cb864189c6bbe6745d441e1e53bec5fc42f2cb
tree6a1b7978916df08bef634e94e3afb5a32407e34b
parentd0fe8596b748b6801c6c0c469b1b5f7613a7f39d
subr_disk - don't show 0-size slices

When probing the disk, check for 0-size slices and avoid calling
make_dev for them.

Reported-By: Simon "corecode" Schubert
sys/kern/subr_disk.c