]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: minor optimization to interrupted fuse operations
authorasomers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:31:51 +0000 (16:31 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:31:51 +0000 (16:31 +0000)
commit3b353034d61809b6e33e48bd2d6bbd37fd20832a
tree4fab764f441ee92cb85ebe68a1883dcbf36c7939
parent20344327aac9e641db5e3cc7ba54bbc6368274bf
fusefs: minor optimization to interrupted fuse operations

If the daemon is known to ignore FUSE_INTERRUPT, then we may as well block
all signals while waiting for a response.

Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_ipc.c