Re: [PATCH] fuse: clarify extending writes handling

From: Miklos Szeredi
Date: Tue Aug 19 2025 - 10:10:51 EST


On Mon, 18 Aug 2025 at 15:29, Chunsheng Luo <luochunsheng@xxxxxxxx> wrote:
>
> Only flush extending writes (up to LLONG_MAX) for files with upcoming
> write operations, and Fix confusing 'end' parameter usage.

Patch looks correct, but it changes behavior on input file of
copy_file_range(), which is not explained here.

Thanks,
Miklos