Re: [PATCH v6 05/27] mm: Add folio reference count functions

2021-04-06 Thread Christoph Hellwig
On Wed, Mar 31, 2021 at 07:47:06PM +0100, Matthew Wilcox (Oracle) wrote: > These functions mirror their page reference counterparts. > > Signed-off-by: Matthew Wilcox (Oracle) > --- > Documentation/core-api/mm-api.rst | 1 + > include/linux/page_ref.h | 88 +

[PATCH v6 05/27] mm: Add folio reference count functions

2021-03-31 Thread Matthew Wilcox (Oracle)
These functions mirror their page reference counterparts. Signed-off-by: Matthew Wilcox (Oracle) --- Documentation/core-api/mm-api.rst | 1 + include/linux/page_ref.h | 88 ++- 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/Documentation/core