summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum.c
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-07-24 19:04:24 +0000
committerle <le@FreeBSD.org>2004-07-24 19:04:24 +0000
commit64d6caaef25a74200ed0bfdba093ebc496d90755 (patch)
tree7feeb8db5a87226b8790e3fdfe238eeaa4e230c7 /sys/geom/vinum/geom_vinum.c
parenta33b996095f7c18eed1e9cf6053c17a115de3fca (diff)
downloadFreeBSD-src-64d6caaef25a74200ed0bfdba093ebc496d90755.zip
FreeBSD-src-64d6caaef25a74200ed0bfdba093ebc496d90755.tar.gz
Disable kldunloading of geom_vinum temporarily until I figured out
how to do it correctly.
Diffstat (limited to 'sys/geom/vinum/geom_vinum.c')
-rw-r--r--sys/geom/vinum/geom_vinum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c
index ebd92e2..f756132 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,
};
OpenPOWER on IntegriCloud