mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
mm/damon/core: remove per-scheme region priority histogram buffer
Nobody is reading from or writing to the per-scheme region priorities histogram buffer. It is only wasting memory. Remove it. Link: https://lkml.kernel.org/r/20240826042323.87025-4-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
304b95847f
commit
e3bcb16725
|
|
@ -233,7 +233,6 @@ struct damos_quota {
|
|||
unsigned long charge_addr_from;
|
||||
|
||||
/* For prioritization */
|
||||
unsigned long histogram[DAMOS_MAX_SCORE + 1];
|
||||
unsigned int min_score;
|
||||
|
||||
/* For feedback loop */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user