pd: fix order of cleaning up the queue and freeing the tagset
authorGuoqing Jiang <jiangguoqing@kylinos.cn>
Tue, 6 Jul 2021 01:07:34 +0000 (09:07 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Jul 2021 15:29:22 +0000 (09:29 -0600)
commit58b63e0f556c2debb8c942abcc9e6beadc4a07f0
tree5a633733132a102b4f5c0a891b247c12e194664c
parenta731763fc479a9c64456e0643d0ccf64203100c9
pd: fix order of cleaning up the queue and freeing the tagset

We must release the queue before freeing the tagset.

Fixes: 262d431f9000 ("pd: use blk_mq_alloc_disk and blk_cleanup_disk")
Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210706010734.1356066-1-guoqing.jiang@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/paride/pd.c