Re: [PATCH v3 02/25] mm: Add folio_pgdat

2021-03-01 Thread Zi Yan
On 28 Jan 2021, at 2:03, Matthew Wilcox (Oracle) wrote: > This is just a convenience wrapper for callers with folios; pgdat can > be reached from tail pages as well as head pages. > > Signed-off-by: Matthew Wilcox (Oracle) > --- > include/linux/mm.h | 5 + > 1 file changed, 5 insertions(+)

[PATCH v3 02/25] mm: Add folio_pgdat

2021-01-27 Thread Matthew Wilcox (Oracle)
This is just a convenience wrapper for callers with folios; pgdat can be reached from tail pages as well as head pages. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/mm.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/mm.h b/include/linux/mm.h index