svn commit: r343588 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Wed Jan 30 18:56:46 UTC 2019


Author: mav
Date: Wed Jan 30 18:56:45 2019
New Revision: 343588
URL: https://svnweb.freebsd.org/changeset/base/343588

Log:
  Remove stale now comment, forgotten in r343582.
  
  MFC after:	2 weeks

Modified:
  head/sys/cam/scsi/scsi_da.c

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Wed Jan 30 17:44:30 2019	(r343587)
+++ head/sys/cam/scsi/scsi_da.c	Wed Jan 30 18:56:45 2019	(r343588)
@@ -3314,9 +3314,7 @@ more:
 			/*
 			 * BIO_FLUSH doesn't currently communicate
 			 * range data, so we synchronize the cache
-			 * over the whole disk.  We also force
-			 * ordered tag semantics the flush applies
-			 * to all previously queued I/O.
+			 * over the whole disk.
 			 */
 			scsi_synchronize_cache(&start_ccb->csio,
 					       /*retries*/1,


More information about the svn-src-head mailing list