Re: [PATCH v2] Documentation: filesystems: convert fuse to RST

From: Miklos Szeredi
Date: Mon Nov 25 2019 - 05:42:11 EST


On Wed, Nov 20, 2019 at 8:34 PM Daniel W. S. Almeida
<dwlsalmeida@xxxxxxxxx> wrote:
>
> From: "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx>
>
>
> Converts fuse.txt to reStructuredText format, improving the presentation
> without changing much of the underlying content.

Hmm, most of this document is *not* an admin-guide at all. The only
sections that really belong in that category are "What is FUSE?" and
"Control filesystem" and maybe some of the definitions as well. The
mount options for fuse filesystem are not generally usable for
actually performing a mount, most of those are actually internal
details of the filesystem implementation.

So I suggest leaving this file under Documentation/filesystems/ for
now and later work towards splitting out the admin-guide parts into a
separate document.

Thanks,
Miklos