Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 07:14:07 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139040 for review
Message-ID:  <200803310714.m2V7E79A077061@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139040

Change 139040 by scottl@scottl-deimos on 2008/03/31 07:13:43

	Merge cam_xpt.c#80,#81 (rev 1.195, 1.196)

Affected files ...

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

Differences ...

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

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.194 2008/01/28 18:13:03 brueffer Exp $");
+__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.196 2008/02/26 08:09:29 scottl Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -587,6 +587,7 @@
 					    inccb->ccb_h.target_lun) !=
 					    CAM_REQ_CMP){
 				error = EINVAL;
+				CAM_SIM_UNLOCK(bus->sim);
 				break;
 			}
 			/* Ensure all of our fields are correct */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803310714.m2V7E79A077061>