]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix a memory leak regarding FUSE_INTERRUPT
authorAlan Somers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 22:24:56 +0000 (22:24 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 22:24:56 +0000 (22:24 +0000)
commitc1afff113ceec2c78b96b2e52379cb5a9275d5fb
tree76ffbd6d91b97aa07a399dd77fc207b83501cfeb
parent435ecf40bbf56a6554ff9f9b51b1a783dffa2f42
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