Re: [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone

2021-04-06 Thread Christoph Hellwig
On Wed, Mar 31, 2021 at 07:47:03PM +0100, Matthew Wilcox (Oracle) wrote: > These are just convenience wrappers for callers with folios; pgdat and > zone can be reached from tail pages as well as head pages. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: Zi Yan Looks good, Reviewed-b

[PATCH v6 02/27] mm: Add folio_pgdat and folio_zone

2021-03-31 Thread Matthew Wilcox (Oracle)
These are just convenience wrappers for callers with folios; pgdat and zone can be reached from tail pages as well as head pages. Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Zi Yan --- include/linux/mm.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/linux/mm.h