PERFORCE change 116710 for review
Scott Long
scottl at FreeBSD.org
Tue Mar 27 23:03:56 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=116710
Change 116710 by scottl at scottl-x64 on 2007/03/27 23:03:09
Change an errant cam_periph_unlock to a cam_periph_release.
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_cd.c#14 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_cd.c#14 (text+ko) ====
@@ -1781,7 +1781,7 @@
* operation.
*/
xpt_release_ccb(done_ccb);
- cam_periph_unlock(periph);
+ cam_periph_release(periph);
return;
}
case CD_CCB_WAITING:
More information about the p4-projects
mailing list