From: Tiwei Bie Date: Tue, 10 Oct 2023 11:39:15 +0000 (+0800) Subject: erofs: fix inode metadata space layout description in documentation X-Git-Tag: v6.7-rc1~111^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78a50b6a41665efeabeec5edbae245d8be93278c;p=thirdparty%2Fkernel%2Flinux.git erofs: fix inode metadata space layout description in documentation Xattrs, extents, data inline are _placed after_, not _followed by_ the corresponding inode. This patch fixes it. Signed-off-by: Tiwei Bie Reviewed-by: Gao Xiang Reviewed-by: Jingbo Xu Reviewed-by: Chao Yu Link: https://lore.kernel.org/r/20231010113915.436591-1-tiwei.btw@antgroup.com Signed-off-by: Gao Xiang --- diff --git a/Documentation/filesystems/erofs.rst b/Documentation/filesystems/erofs.rst index f200d78744952..57c6ae23b3fcf 100644 --- a/Documentation/filesystems/erofs.rst +++ b/Documentation/filesystems/erofs.rst @@ -199,7 +199,7 @@ may not. All metadatas can be now observed in two different spaces (views): | | |__________________| 64 bytes - Xattrs, extents, data inline are followed by the corresponding inode with + Xattrs, extents, data inline are placed after the corresponding inode with proper alignment, and they could be optional for different data mappings. _currently_ total 5 data layouts are supported: