On 11/20/22 04:47, Christoph Hellwig wrote: > bio_split_rw can be used by file systems to split and incoming write > bio into multiple bios fitting the hardware limit for use as ZONE_APPEND > bios. Export it for initial use in btrfs. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> > Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck