Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix a cross-ref

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>

authored by

Kir Kolyshkin and committed by
Jonathan Corbet
a9edc03f c098564d

+2 -2
+1 -1
Documentation/admin-guide/ext4.rst
··· 392 392 393 393 dax 394 394 Use direct access (no page cache). See 395 - Documentation/filesystems/dax.txt. Note that this option is 395 + Documentation/filesystems/dax.rst. Note that this option is 396 396 incompatible with data=journal. 397 397 398 398 inlinecrypt
+1 -1
Documentation/filesystems/ext2.rst
··· 25 25 (check=normal and check=strict options removed) 26 26 27 27 dax Use direct access (no page cache). See 28 - Documentation/filesystems/dax.txt. 28 + Documentation/filesystems/dax.rst. 29 29 30 30 debug Extra debugging information is sent to the 31 31 kernel syslog. Useful for developers.