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 <[email protected]> Reviewed-by: Gao Xiang <[email protected]> Reviewed-by: Jingbo Xu <[email protected]> Reviewed-by: Chao Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Gao Xiang <[email protected]>
1 parent 94f6f05 commit 78a50b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)