dmu_redact.c does not call bqueue_destroy
authorJorgen Lundman <lundman@lundman.net>
Tue, 20 Jul 2021 14:08:45 +0000 (23:08 +0900)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 14:08:45 +0000 (08:08 -0600)
commite04210035eba31c40978658b8d2fa7f823a9f7de
tree890c7fbed2e914b54cb53b256833fb974a65b371
parent23c13c7e807ec8abb368e00699a34ffe0bd50885
dmu_redact.c does not call bqueue_destroy

Ensure all calls to bqueue_init() has a corresponding call to bqueue_destroy()

Reviewed-by: Paul Dagnelie <pcd@delphix.com>
Co-authored-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
Closes #12118
module/zfs/dmu_redact.c