mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 13:02:07 -06:00
sys: FspFileNodeClose
This commit is contained in:
@@ -74,7 +74,7 @@ static NTSTATUS FspFsvolClose(
|
||||
Request->Req.Close.UserContext = FileNode->UserContext;
|
||||
Request->Req.Close.UserContext2 = FileDesc->UserContext2;
|
||||
|
||||
FspFileNodeClose(FileNode, FileObject, FALSE, FALSE);
|
||||
FspFileNodeClose(FileNode, 0, FALSE);
|
||||
|
||||
/* delete the FileDesc and deref the FileNode; order is important (FileDesc has FileNode ref) */
|
||||
FspFileDescDelete(FileDesc); /* this will also close the MainFileObject if any */
|
||||
|
||||
Reference in New Issue
Block a user