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