Re: [PATCH v2 1/2] mm/damon/core: remove unused damon_targets_empty()
From: SJ Park
Date: Mon Aug 31 2026 - 20:43:05 EST
On Mon, 31 Aug 2026 16:19:07 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Mon, 31 Aug 2026 07:57:21 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
>
> > damon_targets_empty() has had no in-tree users since commit
> > 5ec4333b1967 ("mm/damon: remove DAMON debugfs interface") removed
> > its last caller.
> >
> > Remove the unused declaration and definition.
> >
> > Signed-off-by: Cheng-Han Wu <hank20010209@xxxxxxxxx>
>
> I assumed that a From:Cheng-Han was intended in this patch.
You're correct. Seems I mistakenly dropped it while resolving a conflict. I
will keep this in my mind to not make same mistake next time. I found you
already fixed this when you applying this to mm-new. Appreicate!
>
> > Reviewed-by: SJ Park <sj@xxxxxxxxxx>
> > Signed-off-by: SJ Park <sj@xxxxxxxxxx>
Thanks,
SJ