> 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>