[Bug 137246] [kqueue] kevents not generated for file writes through mmaped areas

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 22 04:05:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=137246

--- Comment #3 from Konstantin Belousov <kib at FreeBSD.org> ---
The write event should fire when syncer flushes dirty pages to the backing
file.  This occurs periodically once in 30-60 secs.  The only exception is
tmpfs.

Of course we cannot ignite the NOTE_WRITE when userspace dirties the page,
because it would cause extremely high overhead.

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


More information about the freebsd-bugs mailing list