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

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

Change 139037 by scottl@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 {
 				/*



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