Re: [PATCH] erofs-utils: support virtual files

2024-06-07 Thread Gao Xiang
On 2024/6/6 19:18, Hongzhen Luo wrote: The current erofs-utils I/O implementation is through file descriptors. The new `erofs_vfile` provides a more flexible way to perform I/Os. Signed-off-by: Hongzhen Luo Applied with minor fixes. Thanks, Gao Xiang

[PATCH] erofs-utils: support virtual files

2024-06-06 Thread Hongzhen Luo
The current erofs-utils I/O implementation is through file descriptors. The new `erofs_vfile` provides a more flexible way to perform I/Os. Signed-off-by: Hongzhen Luo --- dump/main.c | 10 +- fsck/main.c | 16 +- fuse/main.c | 10 +- include/erofs/inter