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@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 <mahr...@delphix.com>
  Reviewed by: Serapheim Dimitropoulos <seraph...@delphix.com>
  Approved by: Richard Lowe <richl...@richlowe.net>
  Author: Andriy Gapon <a...@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)
 {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to