Re: [PATCH v2 3/3] erofs: sunset `struct erofs_workgroup`

From: Chao Yu
Date: Wed Nov 06 2024 - 22:17:08 EST


On 2024/10/21 11:53, Gao Xiang wrote:
`struct erofs_workgroup` was introduced to provide a unique header
for all physically indexed objects. However, after big pclusters and
shared pclusters are implemented upstream, it seems that all EROFS
encoded data (which requires transformation) can be represented with
`struct z_erofs_pcluster` directly.

Move all members into `struct z_erofs_pcluster` for simplicity.

Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,