Documentation: ext4: Convert includes into toctrees
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 20 Jun 2025 10:56:40 +0000 (17:56 +0700)
committerJonathan Corbet <corbet@lwn.net>
Wed, 2 Jul 2025 22:57:20 +0000 (16:57 -0600)
commit6e1429fb108136cab3e4be423338ae5c01513a46
treeb57ad36ecfccfa86da2b253d9edcaaec9c59f272
parentf304c25980ae6d101faa62a9dcc1ddeed260bd38
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
Documentation/filesystems/ext4/dynamic.rst
Documentation/filesystems/ext4/globals.rst
Documentation/filesystems/ext4/overview.rst