> Filesystems has a new cifs folder. Add it to the index file. > Should address this warning: > > linux-next/Documentation/filesystems/cifs/cifsd.rst: WARNING: > document isn't included in any toctree > --- > Documentation/filesystems/cifs/index.rst | 12 ++++++++++++ > Documentation/filesystems/index.rst | 2 +- > 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 > Documentation/filesystems/cifs/index.rst > > diff --git a/Documentation/filesystems/cifs/index.rst b/Documentation/filesystems/cifs/index.rst > new file mode 100644 > index 000000000000..b4a487e9adff > --- /dev/null > +++ b/Documentation/filesystems/cifs/index.rst > @@ -0,0 +1,12 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +==== > +CIFS > +==== > + > +.. toctree:: > + :maxdepth: 2 > + :numbered: Could you please explain what :maxdepth and :numbered are ? Thanks! > + > + cifsd > + cifsroot > diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst > index d4853cb919d2..bdba80ae2bb1 100644 > --- a/Documentation/filesystems/index.rst > +++ b/Documentation/filesystems/index.rst > @@ -72,7 +72,7 @@ Documentation for filesystem implementations. > befs > bfs > btrfs > - cifs/cifsroot > + cifs/index > ceph > coda > configfs > -- > 2.25.1