Commit 78a50b6a authored by Tiwei Bie's avatar Tiwei Bie Committed by Gao Xiang

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: default avatarTiwei Bie <tiwei.btw@antgroup.com>
Reviewed-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: default avatarJingbo Xu <jefflexu@linux.alibaba.com>
Reviewed-by: default avatarChao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20231010113915.436591-1-tiwei.btw@antgroup.comSigned-off-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
parent 94f6f055
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment