Re: [PATCH] fuse: invalidate the correct range after O_APPEND direct write

From: Miklos Szeredi

Date: Wed Aug 19 2026 - 08:42:21 EST


On Wed, 19 Aug 2026 at 11:07, Baokun Li <libaokun@xxxxxxxxxxxxxxxxx> wrote:

> Fix by reading pos back from iocb->ki_pos after generic_write_checks(),
> as generic_file_direct_write() does.
>
> Also fix a typo in the comment ("may have" -> "may have competed").
>
> Fixes: 2b0408d0284f ("fuse: invalidate page cache after DIO and async DIO writes")
> Signed-off-by: Baokun Li <libaokun@xxxxxxxxxxxxxxxxx>

Applied, thanks.

Miklos