- Add a SPDX header; - Add a document title; - Add it to filesystems/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> --- Documentation/filesystems/{fuse-io.txt => fuse-io.rst} | 6 ++++++ Documentation/filesystems/index.rst | 1 + 2 files changed, 7 insertions(+) rename Documentation/filesystems/{fuse-io.txt => fuse-io.rst} (95%) diff --git a/Documentation/filesystems/fuse-io.txt b/Documentation/filesystems/fuse-io.rst similarity index 95% rename from Documentation/filesystems/fuse-io.txt rename to 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 42f3309b994e..d303d14e381a 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -84,6 +84,7 @@ Documentation for filesystem implementations. hfsplus hpfs fuse + fuse-io inotify isofs nilfs2 -- 2.25.4