summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Dagnelie <[email protected]>2019-06-22 16:32:26 -0700
committerBrian Behlendorf <[email protected]>2019-06-22 16:32:26 -0700
commit2b09628b59105a2b8da92f6db8da24c07e54ecb9 (patch)
treea4879a96cdf7513f9c592995099743aae40d0b8f
parentd5bf1cf179a060e6defbbec564d557fb296d200a (diff)
Fix comments on zfs_bookmark_phys
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Ahrens <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Paul Dagnelie <[email protected]> Closes #8945
-rw-r--r--include/sys/dsl_bookmark.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sys/dsl_bookmark.h b/include/sys/dsl_bookmark.h
index 05ebb76d2..7e4b8f02f 100644
--- a/include/sys/dsl_bookmark.h
+++ b/include/sys/dsl_bookmark.h
@@ -36,9 +36,11 @@ typedef struct zfs_bookmark_phys {
uint64_t zbm_creation_txg; /* birth transaction group */
uint64_t zbm_creation_time; /* bookmark creation time */
- /* the following fields are reserved for redacted send / recv */
+ /* fields used for redacted send / recv */
uint64_t zbm_redaction_obj; /* redaction list object */
uint64_t zbm_flags; /* ZBM_FLAG_* */
+
+ /* fields used for bookmark written size */
uint64_t zbm_referenced_bytes_refd;
uint64_t zbm_compressed_bytes_refd;
uint64_t zbm_uncompressed_bytes_refd;