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

chenxiaosong@chenxiaosong.com posted 3 patches 1 month, 1 week ago
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(-)
[PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
Posted by chenxiaosong@chenxiaosong.com 1 month, 1 week ago
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(-)

-- 
2.34.1
Re: [PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
Posted by Jonathan Corbet 1 month, 1 week ago
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