[PATCH 0/3] Remove unmap_and_put_page()

Vishal Moola (Oracle) posted 3 patches 2 months, 4 weeks ago
include/linux/highmem.h |  6 ------
mm/memory.c             | 16 ++++++++++------
2 files changed, 10 insertions(+), 12 deletions(-)
[PATCH 0/3] Remove unmap_and_put_page()
Posted by Vishal Moola (Oracle) 2 months, 4 weeks ago
This patchset uses folios in both the callers of
unmap_and_put_page(), saving a couple calls to compound_head() wrappers.

----

The initial rfc[1] attempted to provide large folio support for the
caller functions. Trying to do this without the relevant "struct page"
is excessive and unnecessary right now.

[1] https://lore.kernel.org/linux-mm/20250625174841.1094510-1-vishal.moola@gmail.com/

Vishal Moola (Oracle) (3):
  mm/memory.c: Use folios in __copy_remote_vm_str()
  mm/memory.c: Use folios in __access_remote_vm()
  mm: Remove unmap_and_put_page()

 include/linux/highmem.h |  6 ------
 mm/memory.c             | 16 ++++++++++------
 2 files changed, 10 insertions(+), 12 deletions(-)

-- 
2.50.0