PERFORCE change 139037 for review

Scott Long scottl at FreeBSD.org
Mon Mar 31 00:09:02 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139037

Change 139037 by scottl at scottl-deimos on 2008/03/31 07:08:17

	Merge cam_xpt.c#77 (rev 1.192)

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#73 integrate

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#73 (text+ko) ====

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.191 2007/10/20 23:23:12 julian Exp $");
+__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.192 2007/12/16 07:49:44 scottl Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -3318,6 +3318,7 @@
 						   &work_ccb->ccb_h, 
 						   xpt_links.stqe);
 
+				mtx_unlock(&xsoftc.xpt_lock);
 				continue;
 			} else {
 				/*


More information about the p4-projects mailing list