diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index ebd92e217e06..f756132e9856 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -618,7 +618,7 @@ gv_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) static struct g_class g_vinum_class = { .name = VINUM_CLASS_NAME, .taste = gv_taste, - .destroy_geom = gv_destroy_geom, + /*.destroy_geom = gv_destroy_geom,*/ .ctlreq = gv_config, };