mbox series

[0/3] Documentation: update nfs idmapper doc and fix compile issues

Message ID 20241019071539.125934-1-chenxiaosong@chenxiaosong.com (mailing list archive)
Headers show
Series Documentation: update nfs idmapper doc and fix compile issues | expand

Message

ChenXiaoSong Oct. 19, 2024, 7:15 a.m. UTC
From: ChenXiaoSong <chenxiaosong@kylinos.cn>

Keep usage of `nfsidmap` consistent with nfsidmap manual.

Additionally, fix compile error and warning when running `make htmldocs`.

ChenXiaoSong (3):
  Documentation: nfs: idmapper: keep consistent with nfsidmap manual
  docs: filesystems: fix compile error in netfs_library.rst
  tracing/Documentation: fix compile warning in debugging.rst

 Documentation/admin-guide/nfs/nfs-idmapper.rst | 59 ++++++++++++++++++++++++++++++++---------------------------
 Documentation/filesystems/netfs_library.rst    |  1 -
 Documentation/trace/index.rst                  |  1 +
 3 files changed, 33 insertions(+), 28 deletions(-)

Comments

Jonathan Corbet Oct. 19, 2024, 4:31 p.m. UTC | #1
chenxiaosong@chenxiaosong.com writes:

> From: ChenXiaoSong <chenxiaosong@kylinos.cn>
>
> Keep usage of `nfsidmap` consistent with nfsidmap manual.
>
> Additionally, fix compile error and warning when running `make htmldocs`.

These are logically separate patches and do not need to be grouped
together. Additionally...

> ChenXiaoSong (3):
>   Documentation: nfs: idmapper: keep consistent with nfsidmap manual
>   docs: filesystems: fix compile error in netfs_library.rst
>   tracing/Documentation: fix compile warning in debugging.rst
>
>  Documentation/admin-guide/nfs/nfs-idmapper.rst | 59 ++++++++++++++++++++++++++++++++---------------------------
>  Documentation/filesystems/netfs_library.rst    |  1 -

This is already fixed in linux-next

>  Documentation/trace/index.rst                  |  1 +

...as is this one.

Thanks,

jon