aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-12-09 12:26:33 -0800
committerBrian Behlendorf <[email protected]>2019-12-09 12:26:33 -0800
commitea79e90f995e53357f68885fda03ea10713ef08d (patch)
tree4d9ace154c60ddd1f1a8f921be7e7ea731c795a1 /module
parenta25861dcae55f9bbd649cffb7b4bdad77b163206 (diff)
Mark dsl_dataset_deactivate_feature_impl static
The dsl_dataset_deactivate_feature_impl() function is private and should be marked as such. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Laager <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9696
Diffstat (limited to 'module')
-rw-r--r--module/zfs/dsl_dataset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dsl_dataset.c b/module/zfs/dsl_dataset.c
index 38c3c9033..ea2b60076 100644
--- a/module/zfs/dsl_dataset.c
+++ b/module/zfs/dsl_dataset.c
@@ -1092,7 +1092,7 @@ dsl_dataset_activate_feature(uint64_t dsobj, spa_feature_t f, void *arg,
}
}
-void
+static void
dsl_dataset_deactivate_feature_impl(dsl_dataset_t *ds, spa_feature_t f,
dmu_tx_t *tx)
{