Re: [PATCH RFC 3/7] md/raid1: convert to use bio_submit_split()

From: Christoph Hellwig
Date: Mon Aug 25 2025 - 06:57:56 EST


On Mon, Aug 25, 2025 at 05:36:56PM +0800, Yu Kuai wrote:
> + bio = bio_submit_split(bio, max_sectors,&conf->bio_split);

missing whitespace after the comma.