Skip to content

Commit 8a98ec7

Browse files
djwongtytso
authored andcommitted
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: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent d309121 commit 8a98ec7

25 files changed

+10
-21
lines changed

Documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@
385385
'The kernel development community', 'manual'),
386386
('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
387387
'ext4 Community', 'manual'),
388-
('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem',
389-
'ext4 Filesystem Developers', 'manual'),
388+
('filesystems/ext4/index', 'ext4-data-structures.tex',
389+
'ext4 Data Structures and Algorithms', 'ext4 Community', 'manual'),
390390
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
391391
'The kernel development community', 'manual'),
392392
('input/index', 'linux-input.tex', 'The Linux input driver subsystem',

0 commit comments

Comments
 (0)