[Bug 270810] munmap does not always sync the underlying file

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Apr 2023 04:30:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270810

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
Do you mean that file on server is not updated after the client writes through
a mmapped region?  If yes, this is how it should work.  File is consistent on
client, but not on server/other clients. For inter-machine consistency, NFS
provides close-to-open consistency, but since you closed file earlier, that did
not acted.

-- 
You are receiving this mail because:
You are the assignee for the bug.