From 1a3f01ff1675e106964d8eb903c201567970e14a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 20 Mar 2012 22:40:39 +0100 Subject: [PATCH] zfs_arc plugin: Fix typo in variable name. --- src/zfs_arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zfs_arc.c b/src/zfs_arc.c index 12f32866..584e11da 100644 --- 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 */ -- 2.11.0