svn commit: r348912 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

Alexander Motin mav at FreeBSD.org
Tue Jun 11 14:21:16 UTC 2019


Author: mav
Date: Tue Jun 11 14:21:15 2019
New Revision: 348912
URL: https://svnweb.freebsd.org/changeset/base/348912

Log:
  MFC r348563: MFV r348551: 9862 fix typo in comment in vdev_impl.h
  
  illumos/illumos-gate at 84927f52bd837f6e4882a19e43fd026f1828d910
  
  Reviewed by: Matthew Ahrens <mahrens at delphix.com>
  Reviewed by: Brian Behlendorf <behlendorf1 at llnl.gov>
  Approved by: Robert Mustacchi <rm at joyent.com>
  Author:     Allan Jude <allanjude at freebsd.org>

Modified:
  stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h
==============================================================================
--- stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h	Tue Jun 11 14:20:33 2019	(r348911)
+++ stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h	Tue Jun 11 14:21:15 2019	(r348912)
@@ -319,7 +319,7 @@ struct vdev {
 
 	/*
 	 * The queue depth parameters determine how many async writes are
-	 * still pending (i.e. allocated by net yet issued to disk) per
+	 * still pending (i.e. allocated but not yet issued to disk) per
 	 * top-level (vdev_async_write_queue_depth) and the maximum allowed
 	 * (vdev_max_async_write_queue_depth). These values only apply to
 	 * top-level vdevs.


More information about the svn-src-stable mailing list