Re: [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
From: Christoph Hellwig
Date: Tue Nov 09 2021 - 03:42:23 EST
> get_block_t *get_block)
> {
> - return __block_write_begin_int(page, pos, len, get_block, NULL);
> + return __block_write_begin_int(page_folio(page), pos, len, get_block, NULL);
Overly long line here.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>