diff options
author | Brian Behlendorf <[email protected]> | 2015-10-01 16:32:49 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-17 11:00:21 -0700 |
commit | 83025286175d1ee1c29b842531070f3250a172ba (patch) | |
tree | 91400e75e8bc469e21af0a08baa5a0e53ca12c2f /include/sys/zfeature.h | |
parent | 72c407f8272a4d534da4ecc2c374fd13a49629cc (diff) |
zhack: Add 'feature disable' command
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #3878
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 *); |