From 31b6bc74b91ba659689dab1d316d72af27625e4d Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 14 Apr 2017 01:42:15 -0400 Subject: [PATCH] OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolution Authored by: Andriy Gapon Approved by: Richard Lowe Reviewed by: Matthew Ahrens Reviewed by: Serapheim Dimitropoulos Reviewed-by: Brian Behlendorf Ported-by: Giuseppe Di Natale OpenZFS-issue: https://www.illumos.org/issues/8026 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/9b33e07 Closes #6014 --- module/zfs/dsl_pool.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/zfs/dsl_pool.c b/module/zfs/dsl_pool.c index eee03f3ca..eb3e6eeb3 100644 --- a/module/zfs/dsl_pool.c +++ b/module/zfs/dsl_pool.c @@ -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. */ -- 2.40.0