diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2015-04-02 23:12:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2015-04-02 23:12:18 +0000 |
| commit | ed2b5a0aeff547871249f56d82c705444efa25f5 (patch) | |
| tree | 5b4ec3b881f6c669561183eb5a1dc1af17d19615 | |
| parent | 62e8d5e1b042ef4b6a735f3052f4a43b4e2d317a (diff) | |
Notes
| -rw-r--r-- | sys/dev/ciss/ciss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 6cdb3193d299..1b62b5fc2cd5 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -3438,11 +3438,9 @@ ciss_name_device(struct ciss_softc *sc, int bus, int target) target, 0); if (status == CAM_REQ_CMP) { - mtx_lock(&sc->ciss_mtx); xpt_path_lock(path); periph = cam_periph_find(path, NULL); xpt_path_unlock(path); - mtx_unlock(&sc->ciss_mtx); xpt_free_path(path); if (periph != NULL) { sprintf(sc->ciss_logical[bus][target].cl_name, "%s%d", |
