https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243925
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] Version|12.1-RELEASE |CURRENT --- Comment #1 from Conrad Meyer <[email protected]> --- Can you share a specific ordering of IPCs, including exact open flags used and FUSE procedures seen on the server side? For cached IO (bio) without O_DIRECT, we probably attempt to read the last page/sector of a file we are appending to. Any local filesystem would do something similar (read a block from the backing volume when a write-only append handle is open for an uncached, cacheable file), if the file is not a perfect multiple of the page size. I think we mostly try to open separate read handles for this, but it's we missed a case. Any specific details you can share would be helpful. Thanks. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
