Re: [RESEND PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue

From: Christoph Hellwig
Date: Sun Oct 30 2022 - 03:37:32 EST


> - blk_freeze_queue(q);
> +
> + /*
> + * blk_freeze_queue_start has been called in blk_queue_start_drain, we just
> + * need to wait.
> + */


This commit is not only pointless, but also exceeds the 80 character
limit.