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:
parent
c8242a96ba
commit
d2a32912b9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue