]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mm/damon/sysfs: remove damon_sysfs_before_terminate()
authorSeongJae Park <sj@kernel.org>
Sat, 12 Jul 2025 19:50:15 +0000 (12:50 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 20 Jul 2025 01:59:57 +0000 (18:59 -0700)
commit0c96decca508f681209d18163f06809331746280
tree50d72c35281a78d5c17315f5feb678ab58f6f619
parent3a69f1635769e976151625798cc6597301150296
mm/damon/sysfs: remove damon_sysfs_before_terminate()

DAMON core layer does target cleanup on its own.  Remove duplicated and
unnecessarily selective cleanup attempts in DAMON sysfs interface.

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