aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart <ottosabart@seberm.com>2019-01-02 15:01:21 -0500
committerJonathan Corbet <corbet@lwn.net>2019-01-03 11:28:45 -0500
commit93fb7f19985a08bbe3b76da0b35e97b6e472e4a5 (patch)
tree307e4cad11d4b4d8561ac21eed3e9261558a7d1c
parent2d457d5506f88b3f6e63577387203f68fce472a9 (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.txt2
-rw-r--r--Documentation/filesystems/ext2.txt2
-rw-r--r--MAINTAINERS2
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
76These filesystems may be used for inspiration: 76These 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
358the time of the crash, then there is no guarantee of consistency for 358the time of the crash, then there is no guarantee of consistency for
359the blocks in that transaction so they are discarded (which means any 359the blocks in that transaction so they are discarded (which means any
360filesystem changes they represent are also lost). 360filesystem changes they represent are also lost).
361Check Documentation/filesystems/ext4/ext4.rst if you want to read more about 361Check Documentation/filesystems/ext4/ if you want to read more about
362ext4 and journaling. 362ext4 and journaling.
363 363
364References 364References
diff --git a/MAINTAINERS b/MAINTAINERS
index f4855974f325..a5b95879c667 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5561,7 +5561,7 @@ W: http://ext4.wiki.kernel.org
5561Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ 5561Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5562T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 5562T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5563S: Maintained 5563S: Maintained
5564F: Documentation/filesystems/ext4/ext4.rst 5564F: Documentation/filesystems/ext4/
5565F: fs/ext4/ 5565F: fs/ext4/
5566 5566
5567Extended Verification Module (EVM) 5567Extended Verification Module (EVM)