mm: remove mlock_vma_page()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 16 Jan 2023 19:28:25 +0000 (19:28 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:20 +0000 (22:33 -0800)
commit7efecffb8e7968c4a6c53177b0053ca4765fe233
tree1b24f9d3ced3869c347ef1f83851fa1b0089376d
parent90c9d13a47d45f2f16530c4d62af2fa4d74dfd16
mm: remove mlock_vma_page()

All callers now have a folio and can call mlock_vma_folio().  Update the
documentation to refer to mlock_vma_folio().

Link: https://lkml.kernel.org/r/20230116192827.2146732-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/mm/unevictable-lru.rst
mm/internal.h
mm/mlock.c
mm/rmap.c