mm: remove references to pagevec
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 21 Jun 2023 16:45:56 +0000 (17:45 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 23 Jun 2023 23:59:30 +0000 (16:59 -0700)
commit1fec6890bf2247ecc93f5491c2d3f33c333d5c6e
tree3075eac7a2a0daa65abe9f9753127645be11fd74
parent1a0fc811f5f5addf54499826bd1b6e34e917491c
mm: remove references to pagevec

Most of these should just refer to the LRU cache rather than the data
structure used to implement the LRU cache.

Link: https://lkml.kernel.org/r/20230621164557.3510324-13-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c
mm/khugepaged.c
mm/ksm.c
mm/memory.c
mm/migrate_device.c
mm/swap.c
mm/truncate.c