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 */