Re: [PATCH v4 1/2] fuse: zero the partial EOF page when extending a file
Miklos Szeredi <[email protected]>
| Newsgroups | dev.linux.lists.fuse-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <CAJfpeguP21v1thJytdPOfs9VByFcVNdMcnCHUUYteCm+Ck3qpw@mail.gmail.com> |
On Mon, 24 Aug 2026 at 16:31, Jimmy Zuber <[email protected]> wrote: > This unmaps the stale mappings and zeroes the partial tail of the old EOF > folio, so a later read returns zeros. Truncating [old EOF, write start) before > a buffered write keeps the dropped range disjoint from the written data, so a > write that lands inside the old EOF folio is preserved. Applied, thanks. Miklos