Re: [PATCH 1/2] mm/damon: fix nr_snapshots counting using tried_applied flag
SJ Park <[email protected]>
| Newsgroups | dev.linux.lists.damon,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 7 Aug 2026 17:35:25 +0800 Liew Rui Yan <[email protected]> wrote: > Currently, nr_snapshots is only incremented when damon_is_last_region() > returns true. This is semantically incorrect because nr_snapshots should > count the number of DAMON snapshots (aggregation intervals) where the > scheme was tried to be applied, as documented in design.rst. I don't think the current implementation is wrong. Maybe the documentation is better to be updated to "...that the scheme has __completely__ tried". Let me know if I'm missing something, or this implementaion has some practical problems. Thanks, SJ [...]