diff --git a/module/zfs/vdev.c b/module/zfs/vdev.c index 4d610b1cc3..03ed53ff54 100644 --- a/module/zfs/vdev.c +++ b/module/zfs/vdev.c @@ -1459,7 +1459,7 @@ vdev_dtl_reassess(vdev_t *vd, uint64_t txg, uint64_t scrub_txg, int scrub_done) else minref = vd->vdev_children; /* any kind of mirror */ space_map_ref_create(&reftree); - for (int c = 0; c < vd->vdev_children; c++) { + for (c = 0; c < vd->vdev_children; c++) { vdev_t *cvd = vd->vdev_child[c]; mutex_enter(&cvd->vdev_dtl_lock); space_map_ref_add_map(&reftree, &cvd->vdev_dtl[t], 1);