module: zstd: zfs_zstd: staticify zstd_ksp
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13259
This commit is contained in:
parent
b1b5843ae4
commit
7b875ee601
|
@ -50,7 +50,7 @@
|
||||||
#include "lib/zstd.h"
|
#include "lib/zstd.h"
|
||||||
#include "lib/common/zstd_errors.h"
|
#include "lib/common/zstd_errors.h"
|
||||||
|
|
||||||
kstat_t *zstd_ksp = NULL;
|
static kstat_t *zstd_ksp = NULL;
|
||||||
|
|
||||||
typedef struct zstd_stats {
|
typedef struct zstd_stats {
|
||||||
kstat_named_t zstd_stat_alloc_fail;
|
kstat_named_t zstd_stat_alloc_fail;
|
||||||
|
|
Loading…
Reference in New Issue