Re: [PATCH v2] erofs: get rid of z_erofs_fill_inode()

2023-04-16 Thread Chao Yu

On 2023/4/13 17:22, Gao Xiang wrote:

Prior to big pclusters, non-compact compression indexes could have
empty headers.

Let's just avoid the legacy path since it can be handled properly
as a specific compression header with z_erofs_fill_inode_lazy() too.

Tested with erofs-utils exist versions.

Signed-off-by: Gao Xiang 


Reviewed-by: Chao Yu 

Thanks,


Re: [PATCH v2] erofs: get rid of z_erofs_fill_inode()

2023-04-13 Thread Yue Hu
On Thu, 13 Apr 2023 17:22:41 +0800
Gao Xiang  wrote:

> Prior to big pclusters, non-compact compression indexes could have
> empty headers.
> 
> Let's just avoid the legacy path since it can be handled properly
> as a specific compression header with z_erofs_fill_inode_lazy() too.
> 
> Tested with erofs-utils exist versions.
> 
> Signed-off-by: Gao Xiang 

Reviewed-by: Yue Hu