Date: Mon, 18 Jun 2007 22:31:21 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 121943 for review Message-ID: <200706182231.l5IMVLkl037050@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121943 Change 121943 by scottl@scottl-deimos on 2007/06/18 22:30:47 Step through rev 1.186 Affected files ... .. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#68 integrate Differences ... ==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#68 (text+ko) ==== @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.185 2007/05/16 16:54:23 scottl Exp $"); +__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.187 2007/05/16 16:57:21 scottl Exp $"); #include <sys/param.h> #include <sys/bus.h> @@ -660,6 +660,7 @@ error = ENOTSUP; break; } + xpt_release_bus(bus); break; } /* @@ -3608,7 +3609,6 @@ void xpt_print_path(struct cam_path *path) { - mtx_assert(path->bus->sim->mtx, MA_OWNED); if (path == NULL) printf("(nopath): ");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706182231.l5IMVLkl037050>