diff --git a/module/zstd/zfs_zstd.c b/module/zstd/zfs_zstd.c index a95ba0bea2..5ae1646639 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;