PERFORCE change 121943 for review
Scott Long
scottl at FreeBSD.org
Mon Jun 18 22:31:22 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=121943
Change 121943 by scottl at 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): ");
More information about the p4-projects
mailing list