mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:25:43 +00:00
- Update a comment
svn path=/trunk/; revision=37511
This commit is contained in:
parent
e491126867
commit
9f42dcf72a
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ VfatCleanupFile(PVFAT_IRP_CONTEXT IrpContext)
|
||||||
CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE);
|
CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Uninitialize file cache if. */
|
/* Uninitialize the cache (should be done even if caching was never initialized) */
|
||||||
CcUninitializeCacheMap (FileObject, &pFcb->RFCB.FileSize, NULL);
|
CcUninitializeCacheMap(FileObject, &pFcb->RFCB.FileSize, NULL);
|
||||||
|
|
||||||
if (pFcb->OpenHandleCount != 0)
|
if (pFcb->OpenHandleCount != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue