1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-03-16 13:20:33 -05:00
This commit is contained in:
Bill Zissimopoulos
2016-01-19 17:40:14 -08:00
parent 727975e206
commit 008178a21c
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ static NTSTATUS FspFsvolCleanup(
FSP_FSCTL_TRANSACT_REQ *Request;
BOOLEAN DeletePending;
ASSERT(FileNode == FileDesc->FileNode);
FspFileNodeClose(FileNode, FileObject, &DeletePending);
/* create the user-mode file system request; MustSucceed because IRP_MJ_CLEANUP cannot fail */