Date: Fri, 15 Mar 2019 17:59:19 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 236557] [FUSE]: special case ENOSYS for several FUSE opcodes Message-ID: <bug-236557-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: asomers@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236557-227>
