On 2025/9/18 23:12, Yifan Zhao wrote:
From: zhaoyifan <[email protected]> The current `diskbuf` implementation uses `lseek` to operate file offset, preventing multiple streams from writing to the same file. Let's replace `write` + `lseek` with `pwrite` to enable this use pattern. Signed-off-by: Yifan Zhao <[email protected]>
The first two patches look good to me, I will apply them first. Thanks, Gao Xiang
