Skip to content

Commit

Permalink
Fix comments on zfs_bookmark_phys
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
Closes openzfs#8945
  • Loading branch information
pcd1193182 authored and tonyhutter committed Sep 17, 2019
1 parent 4649ef8 commit 01d1f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/sys/dsl_bookmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,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;
Expand Down

0 comments on commit 01d1f2e

Please sign in to comment.