Re: [PATCH 1/2] mm/damon/core: remove unused damon_targets_empty()
SJ Park <[email protected]> Wed, 22 Jul 2026 07:04:01 -0700
| Newsgroups | dev.linux.lists.linux-kernel-mentees,dev.linux.lists.damon,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 22 Jul 2026 19:33:37 +0800 Cheng-Han Wu <[email protected]> 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. Nice catch and cleanup, thank you! > > Signed-off-by: Cheng-Han Wu <[email protected]> Reviewed-by: SJ Park <[email protected]> Thanks, SJ [...]