Re: [PATCH v6 14/27] mm: Add folio_mapcount

2021-04-06 Thread Christoph Hellwig
On Wed, Mar 31, 2021 at 07:47:15PM +0100, Matthew Wilcox (Oracle) wrote: > This is the folio equivalent of page_mapcount(). > > Signed-off-by: Matthew Wilcox (Oracle) Looks good, Reviewed-by: Christoph Hellwig

[PATCH v6 14/27] mm: Add folio_mapcount

2021-03-31 Thread Matthew Wilcox (Oracle)
This is the folio equivalent of page_mapcount(). Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/mm.h | 16 1 file changed, 16 insertions(+) diff --git a/include/linux/mm.h b/include/linux/mm.h index a4f2818aeb1d..fc15a256e686 100644 --- a/include/linux/mm.h +++