docs: fix a cross-ref

Commit acda97acb2 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>
This commit is contained in:
Kir Kolyshkin
2021-06-10 20:00:44 -07:00
committed by Jonathan Corbet
parent c098564d91
commit a9edc03f13
2 changed files with 2 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ When mounting an ext4 filesystem, the following option are accepted:
dax dax
Use direct access (no page cache). See 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. incompatible with data=journal.
inlinecrypt inlinecrypt

View File

@@ -25,7 +25,7 @@ check=none, nocheck (*) Don't do extra checking of bitmaps on mount
(check=normal and check=strict options removed) (check=normal and check=strict options removed)
dax Use direct access (no page cache). See dax Use direct access (no page cache). See
Documentation/filesystems/dax.txt. Documentation/filesystems/dax.rst.
debug Extra debugging information is sent to the debug Extra debugging information is sent to the
kernel syslog. Useful for developers. kernel syslog. Useful for developers.