[PATCH v2 3/3] erofs: sunset `struct erofs_workgroup`
    Chao Yu 
    chao at kernel.org
       
    Thu Nov  7 14:16:48 AEDT 2024
    
    
  
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 at linux.alibaba.com>
Reviewed-by: Chao Yu <chao at kernel.org>
Thanks,
    
    
More information about the Linux-erofs
mailing list