From 6e966785872c88998af1ee8ec18bf99d8e509fae Mon Sep 17 00:00:00 2001 From: avg Date: Thu, 1 Jun 2017 14:07:17 +0000 Subject: MFC r318832: MFV r316923: 8026 retire zfs_throttle_delay and zfs_throttle_resolution --- sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/cddl') diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c index 43d0cd0..10e5b15 100644 --- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c +++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c @@ -227,9 +227,6 @@ sysctl_zfs_delay_scale(SYSCTL_HANDLER_ARGS) } #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) { -- cgit v1.1