PERFORCE change 116711 for review
Scott Long
scottl at FreeBSD.org
Tue Mar 27 23:06:00 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=116711
Change 116711 by scottl at 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:
More information about the p4-projects
mailing list