[PATCH v5 7/8] Docs/admin-guide/mm/damon/usage: add missing actions

From: Honggyu Kim
Date: Thu Jun 13 2024 - 09:23:06 EST


"lru_prio" and "lru_deprio" are missing in the damos action list so they
have to be added properly at damon usage document.

Signed-off-by: Honggyu Kim <honggyu.kim@xxxxxx>
---
Documentation/admin-guide/mm/damon/usage.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/mm/damon/usage.rst b/Documentation/admin-guide/mm/damon/usage.rst
index e58ceb89ea2a..7bff54963975 100644
--- a/Documentation/admin-guide/mm/damon/usage.rst
+++ b/Documentation/admin-guide/mm/damon/usage.rst
@@ -757,7 +757,9 @@ list on :ref:`design doc <damon_design_damos_action>`.
- 2: ``pageout``
- 3: ``hugepage``
- 4: ``nohugepage``
- - 5: ``stat``
+ - 5: ``lru_prio``
+ - 6: ``lru_deprio``
+ - 7: ``stat``

Quota
~~~~~
--
2.34.1