From: Cheng-Han Wu <hank20010209@gmail.com>
To: SJ Park <sj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Shuah Khan <skhan@linuxfoundation.org>,
damon@lists.linux.dev, linux-mm@kvack.org,
linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linux.dev,
Cheng-Han Wu <hank20010209@gmail.com>
Subject: [PATCH 1/2] mm/damon/core: remove unused damon_targets_empty()
Date: Wed, 22 Jul 2026 19:33:37 +0800 [thread overview]
Message-ID: <20260722113338.302603-2-hank20010209@gmail.com> (raw)
In-Reply-To: <20260722113338.302603-1-hank20010209@gmail.com>
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@gmail.com>
---
include/linux/damon.h | 1 -
mm/damon/core.c | 5 -----
2 files changed, 6 deletions(-)
diff --git a/include/linux/damon.h b/include/linux/damon.h
index 0c8b7ddef9ab..8e5589ccf50f 100644
--- a/include/linux/damon.h
+++ b/include/linux/damon.h
@@ -1054,7 +1054,6 @@ int damos_commit_quota_goals(struct damos_quota *dst, struct damos_quota *src);
struct damon_target *damon_new_target(void);
void damon_add_target(struct damon_ctx *ctx, struct damon_target *t);
-bool damon_targets_empty(struct damon_ctx *ctx);
void damon_free_target(struct damon_target *t);
void damon_destroy_target(struct damon_target *t, struct damon_ctx *ctx);
unsigned int damon_nr_regions(struct damon_target *t);
diff --git a/mm/damon/core.c b/mm/damon/core.c
index 644daf5a1656..da97b2dc39d1 100644
--- a/mm/damon/core.c
+++ b/mm/damon/core.c
@@ -795,11 +795,6 @@ void damon_add_target(struct damon_ctx *ctx, struct damon_target *t)
list_add_tail(&t->list, &ctx->adaptive_targets);
}
-bool damon_targets_empty(struct damon_ctx *ctx)
-{
- return list_empty(&ctx->adaptive_targets);
-}
-
static void damon_del_target(struct damon_target *t)
{
list_del(&t->list);
--
2.52.0
next prev parent reply other threads:[~2026-07-22 11:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 11:33 [PATCH 0/2] mm/damon/core: remove unused helper functions Cheng-Han Wu
2026-07-22 11:33 ` Cheng-Han Wu [this message]
2026-07-22 14:04 ` [PATCH 1/2] mm/damon/core: remove unused damon_targets_empty() SJ Park
2026-07-22 11:33 ` [PATCH 2/2] mm/damon/core: remove unused damon_nr_running_ctxs() Cheng-Han Wu
2026-07-22 14:05 ` SJ Park
2026-07-22 14:09 ` [PATCH 0/2] mm/damon/core: remove unused helper functions SJ Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260722113338.302603-2-hank20010209@gmail.com \
--to=hank20010209@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=damon@lists.linux.dev \
--cc=linux-kernel-mentees@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=sj@kernel.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox