Re: [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset

2021-04-06 Thread Christoph Hellwig
On Wed, Mar 31, 2021 at 07:47:13PM +0100, Matthew Wilcox (Oracle) wrote: > These are just wrappers around their page counterpart. Looks good, Reviewed-by: Christoph Hellwig

[PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset

2021-03-31 Thread Matthew Wilcox (Oracle)
These are just wrappers around their page counterpart. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/pagemap.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 3aefe6558f7d..b4570422a691 100644 --- a/include/linux/