]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/damon/stat: use damon_call() repeat mode instead of damon_callback
authorSeongJae Park <sj@kernel.org>
Sat, 12 Jul 2025 19:50:05 +0000 (12:50 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 20 Jul 2025 01:59:54 +0000 (18:59 -0700)
commit405f61996d9d2e9d497cd9f6b66f41dc28d3d1d8
tree0f9c0f750655015e56db531939df49fe2c859ff8
parent43df7676e5508895c33b846d37cff9cf3b52674c
mm/damon/stat: use damon_call() repeat mode instead of damon_callback

DAMON_STAT uses damon_callback for periodically reading DAMON internal
data.  Use its alternative, damon_call() repeat mode.

Link: https://lkml.kernel.org/r/20250712195016.151108-4-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/stat.c