Skip to content

Commit d309121

Browse files
djwongtytso
authored andcommitted
docs: move ext4 administrative docs to admin-guide/
Move the ext4 mount option and other administrative stuff to the Linux administrator's guide. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent ccd3c43 commit d309121

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Documentation/filesystems/ext4/ext4.rst renamed to Documentation/admin-guide/ext4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
33
========================
4-
General Information
4+
ext4 General Information
55
========================
66

77
Ext4 is an advanced level of the ext3 filesystem which incorporates

Documentation/admin-guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ configure specific aspects of kernel behavior to your liking.
7171
java
7272
ras
7373
bcache
74+
ext4
7475
pm/index
7576
thunderbolt
7677
LSM/index

Documentation/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@
383383
'The kernel development community', 'manual'),
384384
('filesystems/index', 'filesystems.tex', 'Linux Filesystems API',
385385
'The kernel development community', 'manual'),
386+
('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
387+
'ext4 Community', 'manual'),
386388
('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem',
387389
'ext4 Filesystem Developers', 'manual'),
388390
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',

Documentation/filesystems/ext4/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ the ext4 community.
1313
:maxdepth: 5
1414
:numbered:
1515

16-
ext4
1716
ondisk/index

0 commit comments

Comments
 (0)