]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: return ENOTCONN instead of EIO if the daemon dies suddenly
authorasomers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:41:33 +0000 (16:41 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:41:33 +0000 (16:41 +0000)
commit87fcc593ca0da576337eb4c2f2c21712c2ff8150
tree92a7d697c61f9a68ec2674f4722440f325ccc853
parent3b353034d61809b6e33e48bd2d6bbd37fd20832a
fusefs: return ENOTCONN instead of EIO if the daemon dies suddenly

If the daemon dies, return ENOTCONN for all operations that have already
been sent to the daemon, as well as any new ones.

Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_ipc.c
tests/sys/fs/fusefs/statfs.cc