Re: [PATCH v3 2/2] blk-mq: Move more error handling into blk_mq_submit_bio()
From: Chaitanya Kulkarni <hidden>
Date: 2025-01-14 00:46:16
From: Chaitanya Kulkarni <hidden>
Date: 2025-01-14 00:46:16
On 12/18/24 13:22, Bart Van Assche wrote:
The error handling code in blk_mq_get_new_requests() cannot be understood without knowing that this function is only called by blk_mq_submit_bio(). Hence move the code for handling blk_mq_get_new_requests() failures into blk_mq_submit_bio(). Cc: Damien Le Moal<dlemoal@kernel.org> Cc: Christoph Hellwig<hch@lst.de> Signed-off-by: Bart Van Assche<bvanassche@acm.org> ---
Looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck