diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-06-20 17:56:40 +0700 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-07-02 16:57:20 -0600 |
| commit | 6e1429fb108136cab3e4be423338ae5c01513a46 (patch) | |
| tree | b57ad36ecfccfa86da2b253d9edcaaec9c59f272 /Documentation/filesystems/ext4/globals.rst | |
| parent | f304c25980ae6d101faa62a9dcc1ddeed260bd38 (diff) | |
Documentation: ext4: Convert includes into toctrees
ext4 docs are organized in three master docs (overview.rst, globals.rst,
and dynamic.rst), in which these include other docs via include::
directive. These docs sturcture is better served by toctrees instead.
Convert the master docs to use toctrees.
Fixes: 0bf1f51e34c4 ("ext4: Add atomic block write documentation")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250620105643.25141-3-bagasdotme@gmail.com
Diffstat (limited to 'Documentation/filesystems/ext4/globals.rst')
| -rw-r--r-- | Documentation/filesystems/ext4/globals.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/filesystems/ext4/globals.rst b/Documentation/filesystems/ext4/globals.rst index b17418974fd3..2264b76e873c 100644 --- a/Documentation/filesystems/ext4/globals.rst +++ b/Documentation/filesystems/ext4/globals.rst @@ -6,9 +6,11 @@ Global Structures The filesystem is sharded into a number of block groups, each of which have static metadata at fixed locations. -.. include:: super.rst -.. include:: group_descr.rst -.. include:: bitmaps.rst -.. include:: mmp.rst -.. include:: journal.rst -.. include:: orphan.rst +.. toctree:: + + super + group_descr + bitmaps + mmp + journal + orphan |
