File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2563,6 +2563,7 @@ count_ds_mos_objects(dsl_dataset_t *ds)
2563
2563
mos_obj_refd (dsl_dataset_phys (ds )-> ds_props_obj );
2564
2564
mos_obj_refd (dsl_dataset_phys (ds )-> ds_userrefs_obj );
2565
2565
mos_obj_refd (dsl_dataset_phys (ds )-> ds_snapnames_zapobj );
2566
+ mos_obj_refd (ds -> ds_bookmarks_obj );
2566
2567
2567
2568
if (!dsl_dataset_is_snapshot (ds )) {
2568
2569
count_dir_mos_objects (ds -> ds_dir );
@@ -3412,6 +3413,7 @@ dump_one_dir(const char *dsname, void *arg)
3412
3413
for (dsl_bookmark_node_t * dbn =
3413
3414
avl_first (& dmu_objset_ds (os )-> ds_bookmarks ); dbn != NULL ;
3414
3415
dbn = AVL_NEXT (& dmu_objset_ds (os )-> ds_bookmarks , dbn )) {
3416
+ mos_obj_refd (dbn -> dbn_phys .zbm_redaction_obj );
3415
3417
if (dbn -> dbn_phys .zbm_redaction_obj != 0 )
3416
3418
global_feature_count [SPA_FEATURE_REDACTION_BOOKMARKS ]++ ;
3417
3419
if (dbn -> dbn_phys .zbm_flags & ZBM_FLAG_HAS_FBN )
You can’t perform that action at this time.
0 commit comments