]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/damon/core: replace per-quota regions priority histogram buffer usage with per...
authorSeongJae Park <sj@kernel.org>
Mon, 26 Aug 2024 04:23:21 +0000 (21:23 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 9 Sep 2024 23:39:00 +0000 (16:39 -0700)
commit304b95847f2852070a692beef10c98f5e36af631
treed613e55c634f5d85426d80c59aae05f43c687427
parentb7315fbb64736acad3cd33851884b222b00dc0f4
mm/damon/core: replace per-quota regions priority histogram buffer usage with per-context one

Replace the usage of per-quota region priorities histogram buffer with the
per-context one.  After this change, the per-quota histogram is not used
by anyone, and hence it is ready to be removed.

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