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 @@ -2562,6 +2562,7 @@ count_ds_mos_objects(dsl_dataset_t *ds)
2562
2562
mos_obj_refd (dsl_dataset_phys (ds )-> ds_props_obj );
2563
2563
mos_obj_refd (dsl_dataset_phys (ds )-> ds_userrefs_obj );
2564
2564
mos_obj_refd (dsl_dataset_phys (ds )-> ds_snapnames_zapobj );
2565
+ mos_obj_refd (ds -> ds_bookmarks_obj );
2565
2566
2566
2567
if (!dsl_dataset_is_snapshot (ds )) {
2567
2568
count_dir_mos_objects (ds -> ds_dir );
@@ -3410,6 +3411,7 @@ dump_one_dir(const char *dsname, void *arg)
3410
3411
for (dsl_bookmark_node_t * dbn =
3411
3412
avl_first (& dmu_objset_ds (os )-> ds_bookmarks ); dbn != NULL ;
3412
3413
dbn = AVL_NEXT (& dmu_objset_ds (os )-> ds_bookmarks , dbn )) {
3414
+ mos_obj_refd (dbn -> dbn_phys .zbm_redaction_obj );
3413
3415
if (dbn -> dbn_phys .zbm_redaction_obj != 0 )
3414
3416
global_feature_count [SPA_FEATURE_REDACTION_BOOKMARKS ]++ ;
3415
3417
if (dbn -> dbn_phys .zbm_flags & ZBM_FLAG_HAS_FBN )
You can’t perform that action at this time.
0 commit comments