diff options
Diffstat (limited to 'include/sys/zfeature.h')
-rw-r--r-- | include/sys/zfeature.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/zfeature.h b/include/sys/zfeature.h index 5abde149a..5ea77f847 100644 --- a/include/sys/zfeature.h +++ b/include/sys/zfeature.h @@ -63,6 +63,8 @@ extern int feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature, uint64_t *res); extern void feature_enable_sync(struct spa *, zfeature_info_t *, struct dmu_tx *); +extern void feature_disable_sync(struct spa *, zfeature_info_t *, + struct dmu_tx *); extern void feature_sync(struct spa *, zfeature_info_t *, uint64_t, struct dmu_tx *); |