Skip to content

Commit

Permalink
aggsum_fini
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dagnelie committed Jan 28, 2025
1 parent 9909cd1 commit dad5fd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,12 @@ zio_fini(void)
kstat_delete(zio_ksp);
zio_ksp = NULL;
}

wmsum_fini(&ziostat_sums.ziostat_total_allocations);
wmsum_fini(&ziostat_sums.ziostat_normal_fallbacks);
wmsum_fini(&ziostat_sums.ziostat_gang_writes);
wmsum_fini(&ziostat_sums.ziostat_gang_multilevel);

kmem_cache_destroy(zio_link_cache);
kmem_cache_destroy(zio_cache);

Expand Down

0 comments on commit dad5fd0

Please sign in to comment.