Fix an obvious topology lock leak.
MFC after: 3 days
This commit is contained in:
parent
7bcee7f336
commit
c16ce31b31
@ -198,6 +198,7 @@ g_multipath_done_error(struct bio *bp)
|
||||
if (sc->cp_active == NULL) {
|
||||
printf("GEOM_MULTIPATH: out of providers for %s\n",
|
||||
sc->sc_name);
|
||||
g_topology_unlock();
|
||||
return;
|
||||
} else {
|
||||
printf("GEOM_MULTIPATH: %s now active path in %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user