diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-29 15:47:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-07-29 15:47:00 -0400 |
commit | 66d3239a4d8f0af7795f07159133bac75ed024bd (patch) | |
tree | 2e07c8029eafd98ab80f9e9571b652d5a64385ea /Documentation/filesystems/ext4/ondisk/dynamic.rst | |
parent | 60edae3a0424f084187eedd5386bfbeadd4ec1c7 (diff) |
ext4: import extended attributes chapter from wiki page
Import the chapter about extended attributes 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 f2f14822b0f5..bb0c84333341 100644 --- a/Documentation/filesystems/ext4/ondisk/dynamic.rst +++ b/Documentation/filesystems/ext4/ondisk/dynamic.rst @@ -9,3 +9,4 @@ allocated to files. .. include:: inodes.rst .. include:: ifork.rst .. include:: directory.rst +.. include:: attributes.rst |