Commit 8a98ec7c authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Theodore Ts'o
Browse files

docs: promote the ext4 data structures book to top level



Move the ext4 data structures book to Documentation/filesystems/ext4/
since the administrative information moved elsewhere.

Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent d3091215
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -385,8 +385,8 @@ latex_documents = [
     'The kernel development community', 'manual'),
    ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
     'ext4 Community', 'manual'),
    ('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem',
     'ext4 Filesystem Developers', 'manual'),
    ('filesystems/ext4/index', 'ext4-data-structures.tex',
     'ext4 Data Structures and Algorithms', 'ext4 Community', 'manual'),
    ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
     'The kernel development community', 'manual'),
    ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',
Loading