From ae6058aeb62cd1acdf94306404ed47b10115b89f Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 5 Aug 2016 15:05:16 -0600 Subject: [PATCH] Remove watching stolen, since the counter has been removed upstream. --- src/zfs_arc.c | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.30.2