Sorry, I copied an index as a base from somewhere else and modified it, obviously I didn't do a very nice job and this will cause problems for future developers. Just keep the defaults, can I delete them in v2? Thanks! Yanteng "Namjae Jeon" <namjae.jeon@xxxxxxxxxxx>写道: > > 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 > </namjae.jeon@xxxxxxxxxxx>