Fix gcc missing parenthesis warnings
[zfs.git] / module / zfs / vdev_label.c
index 528710e..8b40087 100644 (file)
@@ -565,6 +565,8 @@ vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason,
 
                case VDEV_LABEL_SPARE:
                        return (spa_has_spare(spa, device_guid));
+               default:
+                       break;
                }
        }