Re: [PATCH 2/3] damon: Convert damon_pa_mark_accessed_or_deactivate() to use folios

From: SeongJae Park
Date: Tue Dec 06 2022 - 20:04:36 EST


On Wed, 7 Dec 2022 00:56:24 +0000 SeongJae Park <sj@xxxxxxxxxx> wrote:

> Hi Vishal,
>
>
> Thank you for this patch.
>
> Nit pick. Could we please replace 'damon:' on the subject with 'mm/damon:' to
> look more consistent with other DAMON patches?
>
> On Tue, 6 Dec 2022 16:21:57 -0800 "Vishal Moola (Oracle)" <vishal.moola@xxxxxxxxx> wrote:
>
> > This change replaces 2 calls to compound_head() with one.
>
> I guess you mean _compound_head() calls in page_folio() that called from
> mark_page_accessed() and folio_mark_accessed().

s/folio_mark_accessed()/deactivate_page()/

Sorry for the typo.


Thanks,
SJ

[...]