diff options
author | Mauro Carvalho Chehab | 2020-04-27 23:17:06 +0200 |
---|---|---|
committer | Jonathan Corbet | 2020-05-05 09:22:22 -0600 |
commit | ba302d2a8ef0917a6d1c3775d1b4b9f2b26c8ef5 (patch) | |
tree | 01d6f10f9af606e4f6416e522be692a26ccbba81 /Documentation/filesystems | |
parent | e6d42cb19c0367ae6b0edfc09daceaefded4cbdd (diff) |
docs: filesystems: convert fuse-io.txt to ReST
- Add a SPDX header;
- Add a document title;
- Add it to filesystems/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/88ec8025c1c5fc3ac5b65f1151c41ebcc696dc0e.1588021877.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/fuse-io.rst (renamed from Documentation/filesystems/fuse-io.txt) | 6 | ||||
-rw-r--r-- | Documentation/filesystems/index.rst | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/fuse-io.txt b/Documentation/filesystems/fuse-io.rst index 07b8f73f100f..255a368fe534 100644 --- a/Documentation/filesystems/fuse-io.txt +++ b/Documentation/filesystems/fuse-io.rst @@ -1,3 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============== +Fuse I/O Modes +============== + Fuse supports the following I/O modes: - direct-io diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 597ea3ed415b..ace804c4c3ab 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -83,6 +83,7 @@ Documentation for filesystem implementations. hfsplus hpfs fuse + fuse-io inotify isofs nilfs2 |