X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fdisk-io.c;h=5f7ee70b3d1a0fd26f620901b62d1d12b468ec3a;hb=bfcea1c661eddabd7b5fee85dd3399bb16712c5a;hp=41a2bd2e0c56d333bcc5f2792b9ca6cb277a184f;hpb=314c4cd6d9e60b9412dcd1b1783a66532f91ea2d;p=linux-2.6-block.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); }