]> Git Repo - linux.git/commit
mm/damon/core: fix a comment about damon_set_attrs() call timings
authorSeongJae Park <[email protected]>
Thu, 7 Sep 2023 02:29:26 +0000 (02:29 +0000)
committerAndrew Morton <[email protected]>
Wed, 4 Oct 2023 17:32:21 +0000 (10:32 -0700)
commit27e68c4b0d5a945d975140315332ea2e7aa2c57b
tree1836cc1792e70e3b14d6c84b7c18442846fd3693
parent46158bf211bd557cb7849ff747a5a94d82cd4aa8
mm/damon/core: fix a comment about damon_set_attrs() call timings

The comment on damon_set_attrs() says it should not be called while the
kdamond is running, but now some DAMON modules like sysfs interface and
DAMON_RECLAIM call it from after_aggregation() and/or
after_wmarks_check() callbacks for online tuning.  Update the comment.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: SeongJae Park <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Steven Rostedt (Google) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/damon/core.c
This page took 0.047525 seconds and 4 git commands to generate.