Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 18:56:46 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r343588 - head/sys/cam/scsi
Message-ID:  <201901301856.x0UIukL5004514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901301856.x0UIukL5004514>