[PATCH] erofs-utils: generate preallocated extents for tarerofs
Jingbo Xu
jefflexu at linux.alibaba.com
Mon Jul 31 14:51:05 AEST 2023
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
More information about the Linux-erofs
mailing list