Most page_maybe_dma_pinned() and page_mkclean() callers have been converted to the folio equivalents, after two more convertsions, remove them and update the comment and documention. Kefeng Wang (4): fs/proc/task_mmu: use folio API in pte_is_pinned() mm: remove page_maybe_dma_pinned() fb_defio: use a folio in fb_deferred_io_work() mm: remove page_mkclean() Documentation/core-api/pin_user_pages.rst | 16 ++++++++-------- drivers/video/fbdev/core/fb_defio.c | 13 +++++++------ fs/proc/task_mmu.c | 8 ++++---- include/linux/mm.h | 11 +++-------- include/linux/rmap.h | 4 ---- mm/gup.c | 2 +- mm/mremap.c | 2 +- 7 files changed, 24 insertions(+), 32 deletions(-) -- 2.27.0