docs: fs: cifs: convert to ReST and add to admin-guide book
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 31 Jul 2019 20:08:51 +0000 (17:08 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 31 Jul 2019 20:13:42 +0000 (14:13 -0600)
commitf139291c713069b5fa826ff509190efb5df83860
tree9f6fda785131d1cce9c21de972acceadf725a47d
parent9cdd273e29f3b901712ec3c298b1d506861f48e3
docs: fs: cifs: convert to ReST and add to admin-guide book

The filenames for cifs documentation is not using the same
convention as almost all Kernel documents is using. So,
rename them to a more appropriate name. Then, manually convert
the documentation files for CIFS to ReST.

By doing a manual conversion, we can preserve the original
author's style, while making it to look more like the other
Kernel documents.

Most of the conversion here is trivial. The most complex one was
the README file (which was renamed to usage.rst).

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 files changed:
Documentation/admin-guide/cifs/authors.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/changes.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/index.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/introduction.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/todo.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/usage.rst [new file with mode: 0644]
Documentation/admin-guide/cifs/winucase_convert.pl [new file with mode: 0755]
Documentation/admin-guide/index.rst
Documentation/filesystems/cifs/AUTHORS [deleted file]
Documentation/filesystems/cifs/CHANGES [deleted file]
Documentation/filesystems/cifs/README [deleted file]
Documentation/filesystems/cifs/TODO [deleted file]
Documentation/filesystems/cifs/cifs.txt [deleted file]
Documentation/filesystems/cifs/winucase_convert.pl [deleted file]
MAINTAINERS