Date: Tue, 27 Mar 2007 23:05:59 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 116711 for review Message-ID: <200703272305.l2RN5xBg019322@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=116711 Change 116711 by scottl@scottl-x64 on 2007/03/27 23:05:27 Fix another missed cam_periph_unlock->cam_periph_release conversion. Affected files ... .. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_ch.c#9 edit Differences ... ==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_ch.c#9 (text+ko) ==== @@ -653,7 +653,7 @@ * operation. */ xpt_release_ccb(done_ccb); - cam_periph_unlock(periph); + cam_periph_release(periph); return; } case CH_CCB_WAITING:help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703272305.l2RN5xBg019322>
