mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[CDFS] Set the FO_CLEANUP_COMPLETE on cleanup
This commit is contained in:
@@ -77,6 +77,9 @@ CdfsCleanupFile(PCDFS_IRP_CONTEXT IrpContext,
|
||||
CcUninitializeCacheMap (FileObject, NULL, NULL);
|
||||
}
|
||||
|
||||
/* Inform cleanup is complete */
|
||||
FileObject->Flags |= FO_CLEANUP_COMPLETE;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user