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

Conrad Meyer <c...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|b...@freebsd.org            |f...@freebsd.org
                 CC|                            |asom...@freebsd.org
            Version|12.1-RELEASE                |CURRENT

--- Comment #1 from Conrad Meyer <c...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to