On 10/18/22 06:57, Christoph Hellwig wrote: > The fact that blk_mq_destroy_queue also drops a queue reference leads > to various places having to grab an extra reference. Move the call to > blk_put_queue into the callers to allow removing the extra references. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Makes sense. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck