]> granicus.if.org Git - spl/commit
Staticize kstat_default_update()
authorTomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Mon, 19 Feb 2018 10:23:53 +0000 (19:23 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 21 Feb 2018 23:11:38 +0000 (15:11 -0800)
commit68386b05031a70f7f135481307318ef04c2f30e0
tree1d72ff03b66f55ad03bf33e38bc7e8c12d2be56b
parent2b5cd5990f587dedf5cfe3f857105af70c7a21ed
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
module/spl/spl-kstat.c