Re: [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned

From: Christoph Hellwig
Date: Tue Sep 09 2025 - 04:14:45 EST


On Fri, Sep 05, 2025 at 03:06:36PM +0800, Yu Kuai wrote:
> From: Yu Kuai <yukuai3@xxxxxxxxxx>
>
> The new helper bio_submit_split_bioset() can failed the orginal bio on
> split errors, prepare to handle this case in raid_end_bio_io().
>
> The flag name is refer to the r1bio flag name.
>
> Signed-off-by: Yu Kuai <yukuai3@xxxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>