diff options
| author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-17 17:11:54 +0100 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-02 14:01:28 -0700 |
| commit | 5d43e1bc2dfccbb07ea662fa4536544f1b6efd43 (patch) | |
| tree | fe9faad07d50932b633791981203c088a36e9cc2 | |
| parent | docs: filesystems: convert bfs.txt to ReST (diff) | |
| download | linux-5d43e1bc2dfccbb07ea662fa4536544f1b6efd43.tar.gz linux-5d43e1bc2dfccbb07ea662fa4536544f1b6efd43.zip | |
docs: filesystems: convert btrfs.txt to ReST
Just trivial changes:
- Add a SPDX header;
- Add it to filesystems/index.rst.
While here, adjust document title, just to make it use the same
style of the other docs.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: David Sterba <dsterba@suse.com>
Link: https://lore.kernel.org/r/1ef76da4ac24a9a6f6187723554733c702ea19ae.1581955849.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
| -rw-r--r-- | Documentation/filesystems/btrfs.rst (renamed from Documentation/filesystems/btrfs.txt) | 3 | ||||
| -rw-r--r-- | Documentation/filesystems/index.rst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.rst index f9dad22d95ce..d0904f602819 100644 --- a/Documentation/filesystems/btrfs.txt +++ b/Documentation/filesystems/btrfs.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0 + +===== BTRFS ===== diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index f74e6b273d9f..dae862cf167e 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -54,6 +54,7 @@ Documentation for filesystem implementations. autofs-mount-control befs bfs + btrfs fuse overlayfs virtiofs |
