projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5234d
)
zfs_arc plugin: Fix typo in variable name.
author
Florian Forster
<octo@collectd.org>
Tue, 20 Mar 2012 21:40:39 +0000
(22:40 +0100)
committer
Florian Forster
<octo@collectd.org>
Tue, 20 Mar 2012 21:40:39 +0000
(22:40 +0100)
src/zfs_arc.c
patch
|
blob
|
history
diff --git
a/src/zfs_arc.c
b/src/zfs_arc.c
index
12f3286
..
584e11d
100644
(file)
--- a/
src/zfs_arc.c
+++ b/
src/zfs_arc.c
@@
-178,7
+178,7
@@
static int za_read (void)
za_submit_deleted_counts (deleted);
- za_submit_hash_counts (
deleted
);
+ za_submit_hash_counts (
hash_collisions
);
return (0);
} /* int za_read */