]> granicus.if.org Git - zfs/commitdiff
OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolution
authorAndriy Gapon <avg@FreeBSD.org>
Fri, 14 Apr 2017 05:42:15 +0000 (01:42 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 14 Apr 2017 18:11:20 +0000 (11:11 -0700)
Authored by: Andriy Gapon <avg@FreeBSD.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Ported-by: Giuseppe Di Natale <dinatale2@llnl.gov>
OpenZFS-issue: https://www.illumos.org/issues/8026
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/9b33e07
Closes #6014

module/zfs/dsl_pool.c

index eee03f3caaaa6ad4875284683654f64db91e75e6..eb3e6eeb379c89145bb7184e6569ed661602d8ad 100644 (file)
@@ -129,9 +129,6 @@ int zfs_delay_min_dirty_percent = 60;
  */
 unsigned long zfs_delay_scale = 1000 * 1000 * 1000 / 2000;
 
-hrtime_t zfs_throttle_delay = MSEC2NSEC(10);
-hrtime_t zfs_throttle_resolution = MSEC2NSEC(10);
-
 /*
  * This determines the number of threads used by the dp_sync_taskq.
  */