[Bug 236327] [FUSE] fuse(4) ignores errors from FUSE_RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 6 17:04:29 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236327
Bug ID: 236327
Summary: [FUSE] fuse(4) ignores errors from FUSE_RELEASE
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: asomers at FreeBSD.org
fuse(4) ignores errors from FUSE_RELEASE, which means that close(2) of a fuse
file always succeeds (except for stuff like EBADF, of course). This is a
problem for fuse filesystems that have their own write caches and may need to
return errors like EIO on close.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list