Alan Somers 102c7ac083 fusefs: handle ENOSYS for FUSE_INTERRUPT
Though it's not documented, Linux will interpret a FUSE_INTERRUPT response
of ENOSYS as "the file system does not support FUSE_INTERRUPT".
Subsequently it will never send FUSE_INTERRUPT again to the same mount
point.  This change matches Linux's behavior.

PR:		346357
Sponsored by:	The FreeBSD Foundation
2019-04-24 17:30:50 +00:00
..
2019-03-29 20:21:28 +00:00
2019-03-29 20:21:28 +00:00
2019-04-03 18:27:54 +00:00
2019-03-29 20:21:28 +00:00
2019-03-29 20:21:28 +00:00
2019-02-21 01:30:37 +00:00
2019-03-25 07:48:52 +00:00
2019-03-28 08:59:11 +00:00
2019-02-04 21:28:25 +00:00
2019-04-23 22:26:55 +00:00