FreeBSD/src 3d070fd (r346387)sys/fs/fuse fuse_ipc.c, tests/sys/fs/fusefs interrupt.cc

fusefs: don't send FUSE_INTERRUPT for ops that are still in-kernel

If a pending FUSE operation hasn't yet been sent to the daemon, then there's
no reason to inform the daemon that it's been interrupted.  Instead, simply
remove it from the fuse message queue and set its status to EINTR or
ERESTART as appropriate.

PR:             346357
Sponsored by:   The FreeBSD Foundation
DeltaFile
+83-0tests/sys/fs/fusefs/interrupt.cc
+43-9sys/fs/fuse/fuse_ipc.c
+126-92 files

UnifiedSplitRaw