mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 12:08:41 -05:00 
			
		
		
		
	sys: cleanup: minor change
This commit is contained in:
		| @@ -228,9 +228,10 @@ static VOID FspFsvolCleanupRequestFini(FSP_FSCTL_TRANSACT_REQ *Request, PVOID Co | ||||
|  | ||||
|     ASSERT(FileNode == FileDesc->FileNode); | ||||
|  | ||||
|     FspFileNodeCleanupComplete(FileNode, FileObject); | ||||
|  | ||||
|     FspFileNodeReleaseOwner(FileNode, Pgio, Request); | ||||
|  | ||||
|     FspFileNodeCleanupComplete(FileNode, FileObject); | ||||
|     if (!FileNode->IsDirectory) | ||||
|         FspFileNodeOplockCheck(FileNode, Irp); | ||||
|     SetFlag(FileObject->Flags, FO_CLEANUP_COMPLETE); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user