- Update a comment

svn path=/trunk/; revision=37511
This commit is contained in:
Stefan Ginsberg 2008-11-21 13:45:40 +00:00
parent e491126867
commit 9f42dcf72a

View file

@ -85,8 +85,8 @@ VfatCleanupFile(PVFAT_IRP_CONTEXT IrpContext)
CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE);
}
/* Uninitialize file cache if. */
CcUninitializeCacheMap (FileObject, &pFcb->RFCB.FileSize, NULL);
/* Uninitialize the cache (should be done even if caching was never initialized) */
CcUninitializeCacheMap(FileObject, &pFcb->RFCB.FileSize, NULL);
if (pFcb->OpenHandleCount != 0)
{