From 3c49f42fddd9cb64e1d5115ed8952acd3ea1f661 Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Fri, 21 Jun 2019 15:39:18 -0700 Subject: [PATCH] fix comments on zfs_bookmark_phys Signed-off-by: Paul Dagnelie --- include/sys/dsl_bookmark.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/sys/dsl_bookmark.h b/include/sys/dsl_bookmark.h index 05ebb76d23cb..7e4b8f02f1a5 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;