Re: [PATCH v3 1/2] blk-mq: improve error handling in blk_mq_alloc_rq_map()

From: Chaitanya Kulkarni
Date: Wed Nov 02 2022 - 01:45:41 EST


On 11/1/22 20:06, Jinlong Chen wrote:
> Use goto-style error handling like we do elsewhere in the kernel.
>
> Signed-off-by: Jinlong Chen <nickyc975@xxxxxxxxxx>
> ---

since all to blk_mq_free_tags is duplicated in the code this seems
to be the right thing to do.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck