mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[CDFS] Set the FO_CLEANUP_COMPLETE on cleanup
This commit is contained in:
parent
244b4f99b3
commit
f65b294f21
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue