diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-29 15:46:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-07-29 15:46:00 -0400 |
commit | 60edae3a0424f084187eedd5386bfbeadd4ec1c7 (patch) | |
tree | f8e5dcef10656daf51ea30f13fb05b62a6eb026f /Documentation/filesystems/ext4/ondisk/dynamic.rst | |
parent | b4becd48b7b548f564533a41e1cdeb8ae3bd1c70 (diff) |
ext4: import directory layout chapter from wiki page
Import the chapter about directory layout from the on-disk format wiki
page into the kernel documentation.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems/ext4/ondisk/dynamic.rst')
-rw-r--r-- | Documentation/filesystems/ext4/ondisk/dynamic.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext4/ondisk/dynamic.rst b/Documentation/filesystems/ext4/ondisk/dynamic.rst index f090de8dd1c1..f2f14822b0f5 100644 --- a/Documentation/filesystems/ext4/ondisk/dynamic.rst +++ b/Documentation/filesystems/ext4/ondisk/dynamic.rst @@ -8,3 +8,4 @@ allocated to files. .. include:: inodes.rst .. include:: ifork.rst +.. include:: directory.rst |