]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/damon/sysfs: remove unnecessary online tuning handling code
authorSeongJae Park <sj@kernel.org>
Tue, 18 Jun 2024 18:18:02 +0000 (11:18 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:14 +0000 (19:30 -0700)
commitd96727a251fd2b9330c5cfc8246ce208cb4e99f6
treea561dfd0d2c1481cd4fe737f34b3eb09b5f62975
parent77ed1eb64256cd8c42e42eba5161104e9cd7fa78
mm/damon/sysfs: remove unnecessary online tuning handling code

damon/sysfs.c contains code for handling of online DAMON parameters update
edge cases.  It is no more necessary since damon_commit_ctx() takes care
of the cases.  Remove the unnecessary code.

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