Re: [PATCH 3/4] zsmalloc: make zspage chain size configurable

From: Sergey Senozhatsky
Date: Thu Jan 05 2023 - 21:40:54 EST


On (23/01/06 03:49), kernel test robot wrote:
> All warnings (new ones prefixed by >>):
>
> >> Documentation/admin-guide/blockdev/zsmalloc.rst:19: WARNING: Literal block expected; none found.
> >> Documentation/admin-guide/blockdev/zsmalloc.rst:21: WARNING: Unexpected indentation.
> >> Documentation/admin-guide/blockdev/zsmalloc.rst:22: WARNING: Block quote ends without a blank line; unexpected unindent.
> >> Documentation/admin-guide/blockdev/zsmalloc.rst: WARNING: document isn't included in any toctree
>
> vim +19 Documentation/admin-guide/blockdev/zsmalloc.rst
>
> 18
> > 19 class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
> 20 ..
> > 21 94 1536 0 0 0 0 0 3 0
> > 22 100 1632 0 0 0 0 0 2 0
> 23 ..
> 24

Thanks.

OK, added `make htmldocs` to my build scripts, time to get used to
the fact that we now make docs. I fixed all the warnings and moved
the contents to Documentation/mm/zsmalloc.rst file of which I was
not aware before.

Will include all the improvements into v2.