]> www.infradead.org Git - users/hch/misc.git/commit
mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
authorSeongJae Park <sj@kernel.org>
Thu, 6 Mar 2025 17:59:01 +0000 (09:59 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 18 Mar 2025 05:06:55 +0000 (22:06 -0700)
commit311f34ff85d2a0fb36b3566ef45dc21ee5089476
tree78ca2bcc369b0126c69a71e52f6a771ec0eb4500
parent8b40db0edf3c4e02369509ace9c29f558f7b5cba
mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers

damon_sysfs_cmd_request_callback() is the damon_callback hook functions
that were used to handle user requests that need to read and/or write
DAMON internal data.  All the usages are now updated to use damon_call()
or damos_walk(), though.  Remove it and its callers.

Link: https://lkml.kernel.org/r/20250306175908.66300-7-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/sysfs.c