svn commit: r316923 - vendor-sys/illumos/dist/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Fri Apr 14 18:32:13 UTC 2017


Author: avg
Date: Fri Apr 14 18:32:12 2017
New Revision: 316923
URL: https://svnweb.freebsd.org/changeset/base/316923

Log:
  8026 retire zfs_throttle_delay and zfs_throttle_resolution
  
  illumos/illumos-gate at 6b036259815954b7ad86d651af18efba672cb7a9
  https://github.com/illumos/illumos-gate/commit/6b036259815954b7ad86d651af18efba672cb7a9
  
  https://www.illumos.org/issues/8026
    zfs_throttle_delay and zfs_throttle_resolution became disused since the new
    write throttling mechanism was introduced.
  
  Reviewed by: Matthew Ahrens <mahrens at delphix.com>
  Reviewed by: Serapheim Dimitropoulos <serapheim at delphix.com>
  Approved by: Richard Lowe <richlowe at richlowe.net>
  Author: Andriy Gapon <avg at FreeBSD.org>

Modified:
  vendor-sys/illumos/dist/uts/common/fs/zfs/dsl_pool.c

Modified: vendor-sys/illumos/dist/uts/common/fs/zfs/dsl_pool.c
==============================================================================
--- vendor-sys/illumos/dist/uts/common/fs/zfs/dsl_pool.c	Fri Apr 14 18:30:22 2017	(r316922)
+++ vendor-sys/illumos/dist/uts/common/fs/zfs/dsl_pool.c	Fri Apr 14 18:32:12 2017	(r316923)
@@ -132,9 +132,6 @@ uint64_t zfs_delay_scale = 1000 * 1000 *
  */
 int zfs_sync_taskq_batch_pct = 75;
 
-hrtime_t zfs_throttle_delay = MSEC2NSEC(10);
-hrtime_t zfs_throttle_resolution = MSEC2NSEC(10);
-
 int
 dsl_pool_open_special_dir(dsl_pool_t *dp, const char *name, dsl_dir_t **ddp)
 {


More information about the svn-src-all mailing list