mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/
There are some typo in statistics section of DAMON design docs - sz_trtied -> sz_tried Link: https://lkml.kernel.org/r/20250729144414.31958-1-ekffu200098@gmail.com Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com> Signed-off-by: SeongJae Park <sj@kernel.org> Reviewed-by: SeongJae Park <sj@kernel.org> Reviewed-by: Dev Jain <dev.jain@arm.com> Reviewed-by: Honggyu Kim <honggyu.kim@sk.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
e6d7d3502e
commit
7bca1760cd
|
|
@ -689,7 +689,7 @@ DAMOS accounts below statistics for each scheme, from the beginning of the
|
|||
scheme's execution.
|
||||
|
||||
- ``nr_tried``: Total number of regions that the scheme is tried to be applied.
|
||||
- ``sz_trtied``: Total size of regions that the scheme is tried to be applied.
|
||||
- ``sz_tried``: Total size of regions that the scheme is tried to be applied.
|
||||
- ``sz_ops_filter_passed``: Total bytes that passed operations set
|
||||
layer-handled DAMOS filters.
|
||||
- ``nr_applied``: Total number of regions that the scheme is applied.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user