mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Disable kldunloading of geom_vinum temporarily until I figured out
how to do it correctly.
This commit is contained in:
parent
a4c3e742b7
commit
6db345b90e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132607
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user