Commit a9edc03f authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Jonathan Corbet
Browse files

docs: fix a cross-ref



Commit acda97ac changes dax.txt to dax.rst.
Fix the references accordingly.

Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
Signed-off-by: default avatarKir Kolyshkin <kolyshkin@gmail.com>
Link: https://lore.kernel.org/r/20210611030044.1982911-4-kolyshkin@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c098564d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.