]> www.infradead.org Git - nvme.git/commit
mm/damon/lru_sort: remove unnecessary online tuning handling code
authorSeongJae Park <sj@kernel.org>
Tue, 18 Jun 2024 18:18:09 +0000 (11:18 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:15 +0000 (19:30 -0700)
commitd4fbcf0b566a38c9deb00e9b9f82afb3a596abde
tree1d50c88378f955cbf6120985170a392de8e2b1f3
parenta3096943642828b16e58e02b435710c565061d53
mm/damon/lru_sort: remove unnecessary online tuning handling code

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