[Bug 236557] [FUSE]: special case ENOSYS for several FUSE opcodes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 15 17:59:21 UTC 2019


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

            Bug ID: 236557
           Summary: [FUSE]: special case ENOSYS for several FUSE opcodes
           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

Several FUSE opcodes have a special meaning for ENOSYS.  At protocol level 7.8,
these are:

* SETXATTR, REMOVEXATTR, LISTXATTR, GETXATTR: permanent failure.  Subsequent
calls will fail automatically without querying the filesystem
* ACCESS, FLUSH, FSYNC, FSYNCDIR: permanent success.  Subsequent calls will
succeed automatically without querying the daemon
* CREATE: Subsequent calls will use MKNOD/OPEN instead of CREATE.

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


More information about the freebsd-bugs mailing list