Re: [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-11-09 08:42:22
Also in:
linux-fsdevel, linux-xfs, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-11-09 08:42:22
Also in:
linux-fsdevel, linux-xfs, lkml
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@lst.de>