Skip to content

Commit

Permalink
Update module/zfs/dmu_redact.c
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
lundman and behlendorf authored May 26, 2021
1 parent a381042 commit ad7a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dmu_redact.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ perform_thread_merge(bqueue_t *q, uint32_t num_threads,
avl_remove(&end_tree, &redact_nodes[i]);
kmem_free(redact_nodes[i].record,
sizeof (struct redact_record));
bqueue_destroy(&thread_args[i]->q);
bqueue_destroy(&thread_args[i].q);
}

avl_destroy(&start_tree);
Expand Down

0 comments on commit ad7a01e

Please sign in to comment.