summaryrefslogtreecommitdiffstats
path: root/include/zfeature_common.h
diff options
context:
space:
mode:
authorTom Caputi <[email protected]>2019-02-04 14:15:01 -0500
committerBrian Behlendorf <[email protected]>2019-03-13 10:58:39 -0700
commit579ce7c5ae65e670496d41957f63352cb3f0d298 (patch)
tree80415f904c0fa52efaf7e72c3ede442d0a2d198c /include/zfeature_common.h
parent369aa501d11f4d21d4732b58d749259ad811a10a (diff)
Add bookmark v2 on-disk feature
This patch adds the bookmark v2 feature to the on-disk format. This feature will be needed for the upcoming redacted sends and for an upcoming fix that for raw receives. The feature is not currently used by any code and thus this change is a no-op, aside from the fact that the user can now enable the feature. Reviewed-by: Paul Dagnelie <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Ahrens <[email protected]> Signed-off-by: Tom Caputi <[email protected]> Issue #8308
Diffstat (limited to 'include/zfeature_common.h')
-rw-r--r--include/zfeature_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zfeature_common.h b/include/zfeature_common.h
index 089a7e29d..4e75fe71e 100644
--- a/include/zfeature_common.h
+++ b/include/zfeature_common.h
@@ -66,6 +66,7 @@ typedef enum spa_feature {
SPA_FEATURE_SPACEMAP_V2,
SPA_FEATURE_ALLOCATION_CLASSES,
SPA_FEATURE_RESILVER_DEFER,
+ SPA_FEATURE_BOOKMARK_V2,
SPA_FEATURES
} spa_feature_t;