aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-03-09 13:26:26 -0800
committerSeongJae Park <sj38.park@gmail.com>2024-03-09 13:26:26 -0800
commitcd231a1676a14862a07afdde072cc6364b71be26 (patch)
tree8f5d6e850afc2740837e3eab13478caf2614e6ed
parent9de0f1241717e8e5b4a7d8dbf0f16e38ea6aa51b (diff)
downloaddamo-cd231a1676a14862a07afdde072cc6364b71be26.tar.gz
_damon_sysfs/update_supported_features(): Remove unnecessary arugments
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--_damon_sysfs.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/_damon_sysfs.py b/_damon_sysfs.py
index fe7832b8..6a92c6c4 100644
--- a/_damon_sysfs.py
+++ b/_damon_sysfs.py
@@ -777,11 +777,7 @@ def update_supported_features():
ops='paddr', targets=[],
intervals=_damon.DamonIntervals(),
nr_regions=_damon.DamonNrRegionsRange(),
- schemes=[
- _damon.Damos(
- access_pattern=None, action='stat',
- quotas=_damon.DamosQuotas(),
- watermarks=None, filters=[], stats=None)])])]
+ schemes=[_damon.Damos()])])]
err = stage_kdamonds(kdamonds_for_feature_check)
if err is not None:
print('staging feature check purpose kdamond failed')