]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm/damon: remove damon_operations->reset_aggregated
authorSeongJae Park <sj@kernel.org>
Thu, 6 Mar 2025 17:59:08 +0000 (09:59 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 18 Mar 2025 05:06:57 +0000 (22:06 -0700)
commit105f830fa35c49ada7db785a7f9b70386f193529
tree40ab897c2d48b8932770251282643d1afe064658
parent99ce7c9c6d855716356f2f839c53905592fd780b
mm/damon: remove damon_operations->reset_aggregated

The operations layer hook was introduced to let operations set do any
aggregation data reset if needed.  But it is not really be used now.
Remove it.

Link: https://lkml.kernel.org/r/20250306175908.66300-14-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/damon.h
mm/damon/core.c
mm/damon/paddr.c
mm/damon/vaddr.c