Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Darrick J. Wong and committed by
Theodore Ts'o
d3091215 ccd3c437

+4 -2
+1
Documentation/admin-guide/index.rst
··· 71 71 java 72 72 ras 73 73 bcache 74 + ext4 74 75 pm/index 75 76 thunderbolt 76 77 LSM/index
+2
Documentation/conf.py
··· 383 383 'The kernel development community', 'manual'), 384 384 ('filesystems/index', 'filesystems.tex', 'Linux Filesystems API', 385 385 'The kernel development community', 'manual'), 386 + ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide', 387 + 'ext4 Community', 'manual'), 386 388 ('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem', 387 389 'ext4 Filesystem Developers', 'manual'), 388 390 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
+1 -1
Documentation/filesystems/ext4/ext4.rst Documentation/admin-guide/ext4.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 3 ======================== 4 - General Information 4 + ext4 General Information 5 5 ======================== 6 6 7 7 Ext4 is an advanced level of the ext3 filesystem which incorporates
-1
Documentation/filesystems/ext4/index.rst
··· 13 13 :maxdepth: 5 14 14 :numbered: 15 15 16 - ext4 17 16 ondisk/index