From 7b875ee6019ddf1d5eda98ac611403db2e98f670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 16 Mar 2022 20:37:38 +0100 Subject: [PATCH] module: zstd: zfs_zstd: staticify zstd_ksp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: John Kennedy Reviewed-by: Ryan Moeller Signed-off-by: Ahelenia ZiemiaƄska Closes #13259 --- module/zstd/zfs_zstd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zstd/zfs_zstd.c b/module/zstd/zfs_zstd.c index a95ba0bea..5ae164663 100644 --- a/module/zstd/zfs_zstd.c +++ b/module/zstd/zfs_zstd.c @@ -50,7 +50,7 @@ #include "lib/zstd.h" #include "lib/common/zstd_errors.h" -kstat_t *zstd_ksp = NULL; +static kstat_t *zstd_ksp = NULL; typedef struct zstd_stats { kstat_named_t zstd_stat_alloc_fail;