On 2024/10/18 12:30, Chunhai Guo wrote:
@@ -789,7 +798,16 @@ static int z_erofs_pcluster_begin(struct
z_erofs_decompress_frontend *fe)
DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL);
if (!(map->m_flags & EROFS_MAP_META)) {
- grp = erofs_find_workgroup(sb, blk
> @@ -789,7 +798,16 @@ static int z_erofs_pcluster_begin(struct
> z_erofs_decompress_frontend *fe)
> DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL);
>
> if (!(map->m_flags & EROFS_MAP_META)) {
> - grp = erofs_find_workgroup(sb, blknr);
> + while (1) {
> +