diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2021-06-11 05:00:44 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-06-14 01:02:46 +0200 |
commit | a9edc03f13dbd51095b38ef0371d24e7ec7ae693 (patch) | |
tree | 353f07069066abc46cdf296fad2aa61fa4c2c8fd /Documentation/admin-guide/ext4.rst | |
parent | tools: Fix "the the" in a message in kernel-chktaint (diff) | |
download | linux-a9edc03f13dbd51095b38ef0371d24e7ec7ae693.tar.xz linux-a9edc03f13dbd51095b38ef0371d24e7ec7ae693.zip |
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>
Diffstat (limited to 'Documentation/admin-guide/ext4.rst')
-rw-r--r-- | Documentation/admin-guide/ext4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/ext4.rst b/Documentation/admin-guide/ext4.rst index d2795ca6821e..4c559e08d11e 100644 --- a/Documentation/admin-guide/ext4.rst +++ b/Documentation/admin-guide/ext4.rst @@ -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 |