]> git.ipfire.org Git - thirdparty/linux.git/commit
samples/damon/prcl: rename to have damon_sample_ prefix
authorSeongJae Park <sj@kernel.org>
Sat, 5 Jul 2025 17:49:56 +0000 (10:49 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 20 Jul 2025 01:59:43 +0000 (18:59 -0700)
commit6a52ac0b60317337d57c57c45e6abd4936c386c3
treeb3ddbd228f6493ad04575390eae5c62898f6dbab
parentc1db0cb157c6ddd6e24eb62673022b665ca688b9
samples/damon/prcl: rename to have damon_sample_ prefix

DAMON sample module, prcl has its name 'prcl'.  It could conflict with
future modules, and not very easy to identify it by name.  Use a prefix,
"damon_sample_" for the name.

Note that this could break users if they depend on the old name.  But it
is just a sample, so no such usage is expected, or known.  Even if such
usage exists, updating it for the new name should be straightforward.

Link: https://lkml.kernel.org/r/20250705175000.56259-3-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
samples/damon/prcl.c