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@xxxxxxxxxx> > Cc: Christoph Hellwig<hch@xxxxxx> > Signed-off-by: Bart Van Assche<bvanassche@xxxxxxx> > --- Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck