projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b55658b
)
Remove watching stolen, since the counter has been removed upstream.
author
Brad Davis
<brd@FreeBSD.org>
Fri, 5 Aug 2016 21:05:16 +0000
(15:05 -0600)
committer
Brad Davis
<brd@FreeBSD.org>
Fri, 5 Aug 2016 21:05:16 +0000
(15:05 -0600)
src/zfs_arc.c
patch
|
blob
|
history
diff --git
a/src/zfs_arc.c
b/src/zfs_arc.c
index
3f5c398
..
8261282
100644
(file)
--- 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 */