Re: [PATCH 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size

From: SJ Park

Date: Tue Sep 15 2026 - 11:46:14 EST


On Tue, 15 Sep 2026 07:33:56 -0700 SJ Park <sj@xxxxxxxxxx> wrote:

> Update DAMON usage document for the newly added hugepage_size data
> attribute filter type.
>
> Signed-off-by: SJ Park <sj@xxxxxxxxxx>
> ---
> 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 d3e37400367bd..6b80bce5d678d 100644
> --- a/Documentation/admin-guide/mm/damon/usage.rst
> +++ b/Documentation/admin-guide/mm/damon/usage.rst
[...]
> @@ -308,6 +308,8 @@ Writing a number (``N``) to the file creates the number of child directories
> named ``0`` to ``N-1``. Each directory represents each filter and works in a
> way similar to that for :ref:`DAMOS filter <sysfs_filters>`. When the filter
> ``type`` is ``memcg``, ``path`` file acts as ``memcg_path`` for :ref:`DAMOS
> +filter <sysfs_filters>`. When the filter ``type`` is ``hugepage_size``,
> +``min`` and ``max`` files acts as files of the same names for :ref:`DAMOS
> filter <sysfs_filters>`.

Sashiko found a grammartical error above. It needs 's/files acts/files act/'.
It is too trivial to respin the series in my humble opinion. Andrew, could you
please do that when you pick this up, or let me know if you have different
opinions?


Thanks,
SJ

[...]