mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 21:12:46 -06: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