]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/swap: rename lru_pvecs to cpu_fbatches
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 17:50:07 +0000 (18:50 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:09 +0000 (20:15 -0400)
commit383a1397e45e1c5c38bfb0832bfdf7a721f90a0f
tree0e0b4dd62bb06a724b381be7f63e2e5412f9e683
parent45f7f37dc0e7b03908ec92e1ddd85a64f3304ea5
mm/swap: rename lru_pvecs to cpu_fbatches

No change to generated code, but this struct no longer contains any
pagevecs, and not all the folio batches it contains are lru.

Link: https://lkml.kernel.org/r/20220617175020.717127-10-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swap.c