Skip to content

Commit 78a50b6

Browse files
btw616hsiangkao
authored andcommitted
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 <tiwei.btw@antgroup.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Jingbo Xu <jefflexu@linux.alibaba.com> Reviewed-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20231010113915.436591-1-tiwei.btw@antgroup.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
1 parent 94f6f05 commit 78a50b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/filesystems/erofs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ may not. All metadatas can be now observed in two different spaces (views):
199199
| |
200200
|__________________| 64 bytes
201201

202-
Xattrs, extents, data inline are followed by the corresponding inode with
202+
Xattrs, extents, data inline are placed after the corresponding inode with
203203
proper alignment, and they could be optional for different data mappings.
204204
_currently_ total 5 data layouts are supported:
205205

0 commit comments

Comments
 (0)