PERFORCE change 169483 for review

Alexander Motin mav at FreeBSD.org
Wed Oct 14 10:17:23 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169483

Change 169483 by mav at mav_mavbook on 2009/10/14 10:16:51

	Remove stale comments.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#27 edit
.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_da.c#46 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#27 (text+ko) ====

@@ -327,12 +327,6 @@
 	cam_periph_lock(periph);
 
 	/*
-	 * Mask interrupts so that the pack cannot be invalidated until
-	 * after we are in the queue.  Otherwise, we might not properly
-	 * clean up one of the buffers.
-	 */
-	
-	/*
 	 * If the device has been made invalid, error out
 	 */
 	if ((softc->flags & ADA_FLAG_PACK_INVALID)) {

==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_da.c#46 (text+ko) ====

@@ -821,12 +821,6 @@
 #endif
 
 	/*
-	 * Mask interrupts so that the pack cannot be invalidated until
-	 * after we are in the queue.  Otherwise, we might not properly
-	 * clean up one of the buffers.
-	 */
-	
-	/*
 	 * If the device has been made invalid, error out
 	 */
 	if ((softc->flags & DA_FLAG_PACK_INVALID)) {


More information about the p4-projects mailing list