diff options
author | Andriy Gapon <[email protected]> | 2017-04-14 01:42:15 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-04-14 11:11:20 -0700 |
commit | 31b6bc74b91ba659689dab1d316d72af27625e4d (patch) | |
tree | 357e71af1584453c2e6c43000102deb8e200eb95 /module/zfs | |
parent | 66aca24730adfb2e3875e5148a03dd1fb435d438 (diff) |
OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolution
Authored by: Andriy Gapon <[email protected]>
Approved by: Richard Lowe <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Serapheim Dimitropoulos <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: Giuseppe Di Natale <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/8026
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/9b33e07
Closes #6014
Diffstat (limited to 'module/zfs')
-rw-r--r-- | module/zfs/dsl_pool.c | 3 |
1 files changed, 0 insertions, 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. */ |