[PATCH] erofs-utils: generate preallocated extents for tarerofs
Gao Xiang
hsiangkao at linux.alibaba.com
Tue Aug 1 13:05:39 AEST 2023
On 2023/7/31 12:51, Jingbo Xu wrote:
>
>
> 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) ?
Nice catch, will fix it.
Thanks,
Gao Xiang
More information about the Linux-erofs
mailing list