mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
spl: unexport kstat_proc_entry functions
These are used to implement the kstat and procfs_list interfaces, and aren't used from outside. There's no need to export them. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18117
This commit is contained in:
parent
662f33f323
commit
02a631139f
@ -531,7 +531,6 @@ kstat_proc_entry_init(kstat_proc_entry_t *kpep, const char *module,
|
||||
strlcpy(kpep->kpe_module, module, sizeof (kpep->kpe_module));
|
||||
strlcpy(kpep->kpe_name, name, sizeof (kpep->kpe_name));
|
||||
}
|
||||
EXPORT_SYMBOL(kstat_proc_entry_init);
|
||||
|
||||
kstat_t *
|
||||
__kstat_create(const char *ks_module, int ks_instance, const char *ks_name,
|
||||
@ -702,7 +701,6 @@ out:
|
||||
mutex_exit(&kstat_module_lock);
|
||||
|
||||
}
|
||||
EXPORT_SYMBOL(kstat_proc_entry_install);
|
||||
|
||||
void
|
||||
__kstat_install(kstat_t *ksp)
|
||||
@ -739,7 +737,6 @@ kstat_proc_entry_delete(kstat_proc_entry_t *kpep)
|
||||
mutex_exit(&kstat_module_lock);
|
||||
|
||||
}
|
||||
EXPORT_SYMBOL(kstat_proc_entry_delete);
|
||||
|
||||
void
|
||||
__kstat_delete(kstat_t *ksp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user