[PATCH 1/1] erofs-utils: add OCI registry support

Gao Xiang hsiangkao at linux.alibaba.com
Fri Aug 22 13:19:26 AEST 2025


Hi Chengyu,

On 2025/8/22 11:09, hudsonZhu wrote:


> 
>>> +	struct erofs_tarfile tarfile;
>>
>> 	what's the purpose of `struct erofs_tarfile`?
> 
> It's used by the tarerofs_parse_tar() function to iterate through tar archive entries and extract file information.
> 

Yeah, got it, see my latest reply on your v2.

I think you could leverage erofs_tmpfile() instead,
and it returns a fd so you don't need to creat + open anymore.


Thanks,
Gao Xiang

> Thanks,
> Chengyu Zhu
> 


More information about the Linux-erofs mailing list