diff options
Diffstat (limited to 'sys/geom/vinum/geom_vinum_plex.c')
-rw-r--r-- | sys/geom/vinum/geom_vinum_plex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index 02855e4..448f55e 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -469,7 +469,6 @@ gv_plex_destroy_geom(struct gctl_req *req, struct g_class *mp, * and signal it to self destruct. */ gv_kill_thread(p); - mtx_destroy(&p->worklist_mtx); /* g_free(sc); */ g_wither_geom(gp, ENXIO); return (0); |