]> www.infradead.org Git - users/jedix/linux-maple.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>
Sat, 17 Aug 2024 00:52:32 +0000 (17:52 -0700)
commitbf0c645b64b615e74760cbe02b9db5cdd731fa7f
tree3e5404cda11f76e3752ec8ffefe05ba7ddd2785b
parent94d66206bb405c54fbfc53aadf0ed34e624b8bd6
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