]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mlock: Add mlock_vma_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 15 Feb 2022 18:33:59 +0000 (13:33 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 21 Mar 2022 16:59:02 +0000 (12:59 -0400)
commit35eec2fceb956c206f0886cda899516007caf0b7
treef77619f9b0067bf4e52f69cf586659ba2cdd4c2e
parent28871e1979341ab21d362feb875ac2adc4c80659
mm/mlock: Add mlock_vma_folio()

Convert mlock_page() into mlock_folio() and convert the callers.  Keep
mlock_vma_page() as a wrapper.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/internal.h
mm/mlock.c