X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fdisk-io.c;h=5f7ee70b3d1a0fd26f620901b62d1d12b468ec3a;hb=48dd4cf01f90d513851197f0dd2c60da19a3809c;hp=41a2bd2e0c56d333bcc5f2792b9ca6cb277a184f;hpb=09f6109ff4f8003af3370dfee0f73fcf6d20087a;p=linux.git diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 41a2bd2e0c56..5f7ee70b3d1a 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -4106,6 +4106,7 @@ void close_ctree(struct btrfs_fs_info *fs_info) percpu_counter_destroy(&fs_info->dev_replace.bio_counter); cleanup_srcu_struct(&fs_info->subvol_srcu); + btrfs_free_csum_hash(fs_info); btrfs_free_stripe_hash_table(fs_info); btrfs_free_ref_cache(fs_info); }