]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix a memory leak regarding FUSE_INTERRUPT
authorasomers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 22:24:56 +0000 (22:24 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 22:24:56 +0000 (22:24 +0000)
commit13f7c1653c83493bdfff2adbbbb0642613d2245c
tree76ffbd6d91b97aa07a399dd77fc207b83501cfeb
parenteb943e2bbb8548cfe7d3a89b3af7b6fe0de09fe6
fusefs: fix a memory leak regarding FUSE_INTERRUPT

We were leaking the fuse ticket if the original operation completed before
the daemon received the INTERRUPT operation.  Fixing this was easier than I
expected.

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