]> www.infradead.org Git - users/hch/misc.git/commit
mm/swap: rename cpu_fbatches->activate
authorYu Zhao <yuzhao@google.com>
Thu, 11 Jul 2024 02:13:14 +0000 (20:13 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:25:48 +0000 (20:25 -0700)
commit380d70549301a3ae6cf5f4ac90d62f648f516ff7
treeffb7c1c277dde80b25b6c7ca3780941a984bbeb4
parentb03484c2a7a260cafe1bb1cb65cbcf66f2c4b0eb
mm/swap: rename cpu_fbatches->activate

Rename cpu_fbatches->activate to cpu_fbatches->lru_activate, and its
handler folio_activate_fn() to lru_activate() so that all the boilerplate
can be removed at the end of this series.

Link: https://lkml.kernel.org/r/20240711021317.596178-3-yuzhao@google.com
Signed-off-by: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swap.c