summaryrefslogtreecommitdiff
path: root/include/linux/damon.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-07 06:12:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-07 06:12:03 +0200
commit27997aca820b6a3ccdddc0fe522bb5c5e5e07d48 (patch)
treef5d76a19dae73ad8134e743d411caf5f984d95b7 /include/linux/damon.h
parentb74b62f806b6112138e89ea7d5616dac7c089cfa (diff)
parentce685b6a03dc0270f78bc7aaf2c9ada9cbd45a86 (diff)
Merge v6.18.27linux-rolling-lts
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/damon.h')
-rw-r--r--include/linux/damon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/damon.h b/include/linux/damon.h
index 1a8a79d7e4e8d..6fe6f7fcf83d8 100644
--- a/include/linux/damon.h
+++ b/include/linux/damon.h
@@ -781,6 +781,7 @@ struct damon_ctx {
/* lists of &struct damon_call_control */
struct list_head call_controls;
+ bool call_controls_obsolete;
struct mutex call_controls_lock;
struct damos_walk_control *walk_control;