sys: FSP_FILE_DESC::CaseSensitive

This commit is contained in:
Bill Zissimopoulos
2016-03-29 11:00:09 -07:00
parent b5f37e2a40
commit 344afa5e42
5 changed files with 13 additions and 19 deletions

View File

@ -64,8 +64,10 @@ static NTSTATUS FspFsvolClose(
Request->Req.Close.UserContext2 = FileDesc->UserContext2;
FspFileNodeClose(FileNode, FileObject);
FspFileNodeDereference(FileNode);
/* delete the FileDesc and deref the FileNode; order is important (FileDesc has FileNode ref) */
FspFileDescDelete(FileDesc);
FspFileNodeDereference(FileNode);
/*
* Post as a BestEffort work request. This allows us to complete our own IRP