mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
sys: FSP_FILE_NODE: add HandleCount field and refactor cleanup/close/rename
This commit is contained in:
@ -63,6 +63,7 @@ static NTSTATUS FspFsvolClose(
|
||||
Request->Req.Close.UserContext = FileNode->UserContext;
|
||||
Request->Req.Close.UserContext2 = FileDesc->UserContext2;
|
||||
|
||||
FspFileNodeClose(FileNode, FileObject);
|
||||
FspFileNodeDereference(FileNode);
|
||||
FspFileDescDelete(FileDesc);
|
||||
|
||||
|
Reference in New Issue
Block a user