Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2017 14:07:40 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r319423 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <201706011407.v51E7eUH062209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706011407.v51E7eUH062209>