commit | 58b63e0f556c2debb8c942abcc9e6beadc4a07f0 | [log] [tgz] |
---|---|---|
author | Guoqing Jiang <jiangguoqing@kylinos.cn> | Tue Jul 06 09:07:34 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 15 09:29:22 2021 -0600 |
tree | 5a633733132a102b4f5c0a891b247c12e194664c | |
parent | a731763fc479a9c64456e0643d0ccf64203100c9 [diff] |
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>