On 7/29/23 9:32 PM, Gao Xiang wrote:
> @@ -795,7 +798,8 @@ int main(int argc, char **argv)
> return 1;
> }
>
> - if (cfg.block_list_file && erofs_droid_blocklist_fopen() < 0) {
> + if (cfg.block_list_file &&
> + erofs_blocklist_open(block_list_file, false) < 0) {
erofs_blocklist_open(cfg.block_list_file, false) ?
--
Thanks,
Jingbo
- [PATCH] erofs-utils: generate preallocated extents for tarerofs Gao Xiang
- Re: [PATCH] erofs-utils: generate preallocated extents for ... Jingbo Xu
- Re: [PATCH] erofs-utils: generate preallocated extents for ... Jingbo Xu
- Re: [PATCH] erofs-utils: generate preallocated extents for ... Jingbo Xu
