K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-04-12T00:15:36.310848Z K 7 svn:log V 497 fusefs: Handle ENOSYS for all remaining opcodes For many FUSE opcodes, an error of ENOSYS has special meaning. fusefs already handled some of those; this commit adds handling for the remainder: * FUSE_FSYNC, FUSE_FSYNCDIR: ENOSYS means "success, and automatically return success without calling the daemon from now on" * All extattr operations: ENOSYS means "fail EOPNOTSUPP, and automatically do it without calling the daemon from now on" PR: 236557 Sponsored by: The FreeBSD Foundation END