From 64d6caaef25a74200ed0bfdba093ebc496d90755 Mon Sep 17 00:00:00 2001 From: le Date: Sat, 24 Jul 2004 19:04:24 +0000 Subject: [PATCH] Disable kldunloading of geom_vinum temporarily until I figured out how to do it correctly. --- sys/geom/vinum/geom_vinum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };