Re: [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
"Yin, Fengwei" <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.mm,gmane.linux.documentation,gmane.linux.kernel.cgroups,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
On 4/10/2024 3:22 AM, David Hildenbrand wrote: > Let's add a fast-path for small folios to all relevant rmap functions. > Note that only RMAP_LEVEL_PTE applies. > > This is a preparation for tracking the mapcount of large folios in a > single value. > > Signed-off-by: David Hildenbrand <[email protected]> Reviewed-by: Yin Fengwei <[email protected]>