Re: [PATCH v6 2/2] erofs: implement metadata compression

From: Chao Yu
Date: Mon Jul 21 2025 - 05:29:34 EST


On 7/18/25 11:19, Gao Xiang wrote:
> From: Bo Liu <liubo03@xxxxxxxxxx>
>
> Thanks to the meta buffer infrastructure, metadata-compressed inodes are
> just read from the metabox inode instead of the blockdevice (or backing
> file) inode.
>
> The same is true for shared extended attributes.
>
> When metadata compression is enabled, inode numbers are divided from
> on-disk NIDs because of non-LTS 32-bit application compatibility.
>
> Co-developed-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
> Signed-off-by: Bo Liu <liubo03@xxxxxxxxxx>
> Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Acked-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,