Skip to content

Commit 1e72622

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: filesystems: update filename extensions
Update references to most txt files to rst files. Update one reference to an md file to a rst file. Update one file path to its current location. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Alexander Viro <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Jan Kara <[email protected]> Cc: [email protected] Cc: Ian Kent <[email protected]> Cc: [email protected] Cc: Alexander Aring <[email protected]> Cc: David Teigland <[email protected]> Cc: [email protected] Cc: Eric Biggers <[email protected]> Cc: Theodore Y. Ts'o <[email protected]> Cc: [email protected] Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Joseph Qi <[email protected]> Cc: [email protected] Reviewed-by: Christian Brauner (Microsoft) <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c818d5c commit 1e72622

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Documentation/filesystems/autofs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ which can be used to communicate directly with the autofs filesystem.
442442
It requires CAP_SYS_ADMIN for access.
443443

444444
The 'ioctl's that can be used on this device are described in a separate
445-
document `autofs-mount-control.txt`, and are summarised briefly here.
445+
document `autofs-mount-control.rst`, and are summarised briefly here.
446446
Each ioctl is passed a pointer to an `autofs_dev_ioctl` structure::
447447

448448
struct autofs_dev_ioctl {

Documentation/filesystems/dlmfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ None
3636
Usage
3737
=====
3838

39-
If you're just interested in OCFS2, then please see ocfs2.txt. The
39+
If you're just interested in OCFS2, then please see ocfs2.rst. The
4040
rest of this document will be geared towards those who want to use
4141
dlmfs for easy to setup and easy to use clustered locking in
4242
userspace.

Documentation/filesystems/fsverity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ btrfs filesystems. Like fscrypt, not too much filesystem-specific
1616
code is needed to support fs-verity.
1717

1818
fs-verity is similar to `dm-verity
19-
<https://www.kernel.org/doc/Documentation/device-mapper/verity.txt>`_
19+
<https://www.kernel.org/doc/Documentation/admin-guide/device-mapper/verity.rst>`_
2020
but works on files rather than block devices. On regular files on
2121
filesystems supporting fs-verity, userspace can execute an ioctl that
2222
causes the filesystem to build a Merkle tree for the file and persist

Documentation/filesystems/path-lookup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ this retry process in the next article.
531531
Automount points are locations in the filesystem where an attempt to
532532
lookup a name can trigger changes to how that lookup should be
533533
handled, in particular by mounting a filesystem there. These are
534-
covered in greater detail in autofs.txt in the Linux documentation
534+
covered in greater detail in autofs.rst in the Linux documentation
535535
tree, but a few notes specifically related to path lookup are in order
536536
here.
537537

Documentation/filesystems/path-lookup.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,4 @@ Papers and other documentation on dcache locking
379379

380380
2. http://lse.sourceforge.net/locking/dcache/dcache.html
381381

382-
3. path-lookup.md in this directory.
382+
3. path-lookup.rst in this directory.

Documentation/filesystems/ramfs-rootfs-initramfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ the above threads) is:
315315
2) The cpio archive format chosen by the kernel is simpler and cleaner (and
316316
thus easier to create and parse) than any of the (literally dozens of)
317317
various tar archive formats. The complete initramfs archive format is
318-
explained in buffer-format.txt, created in usr/gen_init_cpio.c, and
318+
explained in buffer-format.rst, created in usr/gen_init_cpio.c, and
319319
extracted in init/initramfs.c. All three together come to less than 26k
320320
total of human-readable text.
321321

0 commit comments

Comments
 (0)