]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: minor optimization to interrupted fuse operations
authorAlan Somers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:31:51 +0000 (16:31 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Fri, 10 May 2019 16:31:51 +0000 (16:31 +0000)
commitd5024ba275521cf689bc2b78bdb16ea02f6cf668
tree4fab764f441ee92cb85ebe68a1883dcbf36c7939
parentfd182076ff929a46b36596468c9fddfb12fde7b3
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