svn commit: r319423 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Andriy Gapon
avg at FreeBSD.org
Thu Jun 1 14:07:41 UTC 2017
Author: avg
Date: Thu Jun 1 14:07:40 2017
New Revision: 319423
URL: https://svnweb.freebsd.org/changeset/base/319423
Log:
MFC r318832: MFV r316923: 8026 retire zfs_throttle_delay and zfs_throttle_resolution
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Thu Jun 1 14:07:17 2017 (r319422)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Thu Jun 1 14:07:40 2017 (r319423)
@@ -231,9 +231,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)
{
More information about the svn-src-stable
mailing list