Date: Tue, 27 Mar 2007 23:03:55 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 116710 for review Message-ID: <200703272303.l2RN3tu6018158@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=116710 Change 116710 by scottl@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703272303.l2RN3tu6018158>