From: Brad Davis Date: Fri, 5 Aug 2016 21:05:16 +0000 (-0600) Subject: Remove watching stolen, since the counter has been removed upstream. X-Git-Tag: collectd-5.6.0~103^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ae6058aeb62cd1acdf94306404ed47b10115b89f;p=collectd.git Remove watching stolen, since the counter has been removed upstream. --- diff --git a/src/zfs_arc.c b/src/zfs_arc.c index 3f5c398f..8261282a 100644 --- a/src/zfs_arc.c +++ b/src/zfs_arc.c @@ -294,10 +294,6 @@ static int za_read (void) za_read_derive (ksp, "deleted", "cache_operation", "deleted"); #if defined(KERNEL_FREEBSD) za_read_derive (ksp, "allocated","cache_operation", "allocated"); -#if __FreeBSD_version < 1002501 - /* stolen removed from sysctl kstat.zfs.misc.arcstats on FreeBSD 10.2+ */ - za_read_derive (ksp, "stolen", "cache_operation", "stolen"); -#endif #endif /* Issue indicators */