Re: [PATCH 03/21] block: Add bio_for_each_folio_all()

From: Christoph Hellwig
Date: Tue Nov 02 2021 - 03:13:40 EST


On Mon, Nov 01, 2021 at 08:39:11PM +0000, Matthew Wilcox (Oracle) wrote:
> +static inline
> +void bio_first_folio(struct folio_iter *fi, struct bio *bio, int i)

Please fix the weird prototype formatting here.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>