Add some consistency in fuse error handling. We need to return ENXIO
authorsyl <syl@openbsd.org>
Mon, 19 May 2014 13:55:29 +0000 (13:55 +0000)
committersyl <syl@openbsd.org>
Mon, 19 May 2014 13:55:29 +0000 (13:55 +0000)
commit2c1a0f4d27c8a5a2bce2f9fc878af5f22e03bb3d
tree7b4b39fdd88f579212e55466573a6bdf49c60c86
parent5a5128939bbec76818fc22d024d3601463c9be99
Add some consistency in fuse error handling. We need to return ENXIO
when the fuse communication channel is broken and ENOSYS when the
libfuse callback does not exist.

Reported by Helg Bredow, thanks!
ok tedu@
sys/miscfs/fuse/fuse_vnops.c