Re: [PATCH 33/48] mm: Add unmap_mapping_folio()
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:37:35
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:37:35
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:41AM +0000, Matthew Wilcox (Oracle) wrote:
Convert both callers of unmap_mapping_page() to call unmap_mapping_folio() instead. Also move zap_details from linux/mm.h to mm/internal.h
In fact it could even move to mm/memory.c as no one needs it outside of that file. __oom_reap_task_mm always passes a NULL zap_details argument to unmap_page_range. Otherwise looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>