aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-03-09 11:39:01 -0800
committerSeongJae Park <sj38.park@gmail.com>2024-03-09 11:39:01 -0800
commitbfde465f77ad592dc36cb72e07edb7dd17bc1785 (patch)
treef983d04835230c83c2cc7c2fec5372e603bc0d50
parent1cf442ce9b30416457af1c979ef8f0c9b900a009 (diff)
downloaddamo-bfde465f77ad592dc36cb72e07edb7dd17bc1785.tar.gz
_damon: Add DAMOS filter type young on the features list
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--_damon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_damon.py b/_damon.py
index c11b3d53..35130dec 100644
--- a/_damon.py
+++ b/_damon.py
@@ -996,6 +996,7 @@ features = ['record', # was in DAMON patchset, but not merged in mainline
'schemes_quota_effective_bytes', # merged in mm
'schemes_quota_goal_metric', # merged in mm
'schemes_quota_goal_some_psi', # merged in mm
+ 'schemes_filters_young', # under developing
]
_damon_fs = None