svn commit: r318832 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Wed May 24 22:32:58 UTC 2017


Author: avg
Date: Wed May 24 22:32:56 2017
New Revision: 318832
URL: https://svnweb.freebsd.org/changeset/base/318832

Log:
  MFV r316923: 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>
  MFC after:	1 week

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
Directory Properties:
  head/sys/cddl/contrib/opensolaris/   (props changed)

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c	Wed May 24 22:30:21 2017	(r318831)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c	Wed May 24 22:32:56 2017	(r318832)
@@ -232,9 +232,6 @@ sysctl_zfs_delay_scale(SYSCTL_HANDLER_AR
 }
 #endif
 
-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-head mailing list