diff options
author | Otto Sabart <ottosabart@seberm.com> | 2019-01-02 15:01:21 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-03 11:28:45 -0500 |
commit | 93fb7f19985a08bbe3b76da0b35e97b6e472e4a5 (patch) | |
tree | 307e4cad11d4b4d8561ac21eed3e9261558a7d1c | |
parent | 2d457d5506f88b3f6e63577387203f68fce472a9 (diff) |
doc: filesystems: fix bad references to nonexistent ext4.rst file
The ext4.rst file does not exist anymore. This patch changes all references
to point to the whole ext4 directory.
Fixes: d3091215921b ("docs: move ext4 administrative docs to admin-guide/")
Signed-off-by: Otto Sabart <ottosabart@seberm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/filesystems/dax.txt | 2 | ||||
-rw-r--r-- | Documentation/filesystems/ext2.txt | 2 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/dax.txt b/Documentation/filesystems/dax.txt index bc393e0a22b8..6d2c0d340dea 100644 --- a/Documentation/filesystems/dax.txt +++ b/Documentation/filesystems/dax.txt | |||
@@ -75,7 +75,7 @@ exposure of uninitialized data through mmap. | |||
75 | 75 | ||
76 | These filesystems may be used for inspiration: | 76 | These filesystems may be used for inspiration: |
77 | - ext2: see Documentation/filesystems/ext2.txt | 77 | - ext2: see Documentation/filesystems/ext2.txt |
78 | - ext4: see Documentation/filesystems/ext4/ext4.rst | 78 | - ext4: see Documentation/filesystems/ext4/ |
79 | - xfs: see Documentation/filesystems/xfs.txt | 79 | - xfs: see Documentation/filesystems/xfs.txt |
80 | 80 | ||
81 | 81 | ||
diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt index a45c9fc0747b..a19973a4dd1e 100644 --- a/Documentation/filesystems/ext2.txt +++ b/Documentation/filesystems/ext2.txt | |||
@@ -358,7 +358,7 @@ and are copied into the filesystem. If a transaction is incomplete at | |||
358 | the time of the crash, then there is no guarantee of consistency for | 358 | the time of the crash, then there is no guarantee of consistency for |
359 | the blocks in that transaction so they are discarded (which means any | 359 | the blocks in that transaction so they are discarded (which means any |
360 | filesystem changes they represent are also lost). | 360 | filesystem changes they represent are also lost). |
361 | Check Documentation/filesystems/ext4/ext4.rst if you want to read more about | 361 | Check Documentation/filesystems/ext4/ if you want to read more about |
362 | ext4 and journaling. | 362 | ext4 and journaling. |
363 | 363 | ||
364 | References | 364 | References |
diff --git a/MAINTAINERS b/MAINTAINERS index f4855974f325..a5b95879c667 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5561,7 +5561,7 @@ W: http://ext4.wiki.kernel.org | |||
5561 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ | 5561 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
5562 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git | 5562 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git |
5563 | S: Maintained | 5563 | S: Maintained |
5564 | F: Documentation/filesystems/ext4/ext4.rst | 5564 | F: Documentation/filesystems/ext4/ |
5565 | F: fs/ext4/ | 5565 | F: fs/ext4/ |
5566 | 5566 | ||
5567 | Extended Verification Module (EVM) | 5567 | Extended Verification Module (EVM) |