mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
Staticize kstat_default_update()
This is only used via ->ks_update of `kstat_t *`. This isn't exported nor do headers have its prototype. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com> Closes #686
This commit is contained in:
parent
2b5cd5990f
commit
68386b0503
@ -327,7 +327,7 @@ restart:
|
|||||||
return (-rc);
|
return (-rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
kstat_default_update(kstat_t *ksp, int rw)
|
kstat_default_update(kstat_t *ksp, int rw)
|
||||||
{
|
{
|
||||||
ASSERT(ksp != NULL);
|
ASSERT(ksp != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user