]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/damon/reclaim: remove unnecessary code for online tuning
authorSeongJae Park <sj@kernel.org>
Tue, 18 Jun 2024 18:18:07 +0000 (11:18 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:14 +0000 (19:30 -0700)
commitb94322b10bd42ce18d492952dea7b8899d5c17e3
tree05020eedabda4bdffa602c3cfb62c81e3bba9847
parent11ddcfc257a3e8d7b13b42148ee7e783f4876da4
mm/damon/reclaim: remove unnecessary code for online tuning

DAMON_RECLAIM 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-11-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/reclaim.c