docs: fix a cross-ref
authorKir Kolyshkin <kolyshkin@gmail.com>
Fri, 11 Jun 2021 03:00:44 +0000 (20:00 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 13 Jun 2021 23:02:46 +0000 (17:02 -0600)
Commit acda97acb2e98c9 changes dax.txt to dax.rst.
Fix the references accordingly.

Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Link: https://lore.kernel.org/r/20210611030044.1982911-4-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/ext4.rst
Documentation/filesystems/ext2.rst

index d2795ca..4c559e0 100644 (file)
@@ -392,7 +392,7 @@ When mounting an ext4 filesystem, the following option are accepted:
 
   dax
         Use direct access (no page cache).  See
-        Documentation/filesystems/dax.txt.  Note that this option is
+        Documentation/filesystems/dax.rst.  Note that this option is
         incompatible with data=journal.
 
   inlinecrypt
index c2fce22..154101c 100644 (file)
@@ -25,7 +25,7 @@ check=none, nocheck   (*)     Don't do extra checking of bitmaps on mount
                                (check=normal and check=strict options removed)
 
 dax                            Use direct access (no page cache).  See
-                               Documentation/filesystems/dax.txt.
+                               Documentation/filesystems/dax.rst.
 
 debug                          Extra debugging information is sent to the
                                kernel syslog.  Useful for developers.