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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"