aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSeongJae Park <[email protected]>2024-06-18 11:18:06 -0700
committerAndrew Morton <[email protected]>2024-07-03 19:30:14 -0700
commit11ddcfc257a3e8d7b13b42148ee7e783f4876da4 (patch)
tree90b1702b3147dcb53bc1b8ed71096ad323bee9de /tools/perf/scripts/python
parenta83364a2164acf01fae9e5388648502388b4a12e (diff)
mm/damon/reclaim: use damon_commit_ctx()
DAMON_RECLAIM manually manipulates the DAMON context struct for online parameters update. Since the struct contains not only input parameters but also internal status and operation results, it is not that simple. Indeed, we found and fixed a few bugs in the code. Now DAMON core layer provides a function for the usage, namely damon_commit_ctx(). Replace the manual manipulation logic with the function. The core layer function could have its own bugs, but this change removes a source of bugs. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions