Fix an obvious topology lock leak.

MFC after:	3 days
This commit is contained in:
pjd 2009-08-27 08:28:34 +00:00
parent 487e2c0d00
commit d461caca3f

View File

@ -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",