diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-03-20 08:19:01 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-05-11 02:15:22 +0200 |
commit | 04165366515a2ba36c78540da776d3a12164f824 (patch) | |
tree | 552511c5f868539cd8e9fe0821e236572185c825 /Documentation/filesystems | |
parent | cifsd: update cifsd.rst document (diff) | |
download | linux-04165366515a2ba36c78540da776d3a12164f824.tar.xz linux-04165366515a2ba36c78540da776d3a12164f824.zip |
cifsd: add index.rst in cifs documentation
Since more than one file is in the cifs document directory,
This patch add an index.rst.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/cifs/index.rst | 10 | ||||
-rw-r--r-- | Documentation/filesystems/index.rst | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/filesystems/cifs/index.rst b/Documentation/filesystems/cifs/index.rst new file mode 100644 index 000000000000..e762586b5dc7 --- /dev/null +++ b/Documentation/filesystems/cifs/index.rst @@ -0,0 +1,10 @@ +=============================== +CIFS +=============================== + + +.. toctree:: + :maxdepth: 1 + + cifsd + cifsroot diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index ac9396f2bb8a..bdba80ae2bb1 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -72,8 +72,7 @@ Documentation for filesystem implementations. befs bfs btrfs - cifs/cifsd - cifs/cifsroot + cifs/index ceph coda configfs |