block: call blk_queue_free_zone_bitmaps from disk_release
authorChristoph Hellwig <hch@lst.de>
Wed, 6 Jul 2022 07:03:36 +0000 (09:03 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Jul 2022 12:46:25 +0000 (06:46 -0600)
commit6cc37a672a1e21245b931722a016b3bd4ae10e2d
treef0cd93f9048cf1ab51732dc02e56625bfdd115d0
parentf1a8bbd1100d9cd117bc8b7fc0903982bbaf474f
block: call blk_queue_free_zone_bitmaps from disk_release

The zone bitmaps are only used for non-passthrough I/O, so free them as
soon as the disk is released.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20220706070350.1703384-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-sysfs.c
block/genhd.c