Mark dsl_livelist_should_disable() static

This function is not used outside of dsl_dataset.c

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed by: Sara Hartse <sara.hartse@delphix.com>
Signed-off-by: Allan Jude <allanjude@freebsd.org>
Closes #9154
This commit is contained in:
Allan Jude 2019-08-13 23:16:23 -04:00 committed by Brian Behlendorf
parent c8242a96ba
commit d2a32912b9
1 changed files with 1 additions and 1 deletions

View File

@ -2088,7 +2088,7 @@ dsl_dataset_sync(dsl_dataset_t *ds, zio_t *zio, dmu_tx_t *tx)
* snapshot (as opposed to those that are clone only) is below a certain
* threshold
*/
boolean_t
static boolean_t
dsl_livelist_should_disable(dsl_dataset_t *ds)
{
uint64_t used, referenced;